Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. Url class
Url
description

Url class

Annotations
  • @Native.new("URL")

Properties

hashString?
getter/setter pair
hashCodeint
The hash code for this object.
no setterinherited
hostString?
getter/setter pair
hostnameString?
getter/setter pair
hrefString?
getter/setter pair
originString?
no setter
passwordString?
getter/setter pair
pathnameString?
getter/setter pair
portString?
getter/setter pair
protocolString?
getter/setter pair
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
searchString?
getter/setter pair
searchParamsUrlSearchParams?
no setter
usernameString?
getter/setter pair

Methods

noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
A string representation of this object.

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Methods

createObjectUrl(dynamicblob_OR_source_OR_stream)String
createObjectUrlFromBlob(Blobblob)String
createObjectUrlFromSource(MediaSourcesource)String
createObjectUrlFromStream(MediaStreamstream)String
revokeObjectUrl(Stringurl)→ void
  1. Dart
  2. dart:html
  3. Url class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp