Url class

Properties

hash ↔ String
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
host → String
no setterinherited
hostname → String?
no setterinherited
origin → String?
no setterinherited
pathname ↔ String?
getter/setter pairinherited
port ↔ String
getter/setter pairinherited
protocol → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pairinherited

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

createObjectUrl(dynamic blobOrSourceOrStream) → String
createObjectUrlFromBlob(Blob blob) → String
createObjectUrlFromSource(MediaSource source) → String
createObjectUrlFromStream(MediaStream stream) → String
revokeObjectUrl(String url) → void