ETURL class

ExtendedType for URL.

Inheritance

Constructors

ETURL(String url)
factory
ETURL.fromURI(Uri uri)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeID int
The universal type ID.
no setteroverride
typeName String
The universal type name.
no setteroverride
uri Uri
final
url String
Returns the URL as String.
no setter

Methods

encodeAsString() String
Encodes this instances as String.
override
equalsParameters(ExtendedType other) bool
inherited
getAvailableOperations() List<Operation>?
inherited
getOperations() List<Operation>?
inherited
getParameters() List?
inherited
getParametersLine() String?
inherited
matches(String value) bool
Returns true if value matches this instance type.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Properties

TYPE_ID int
final
TYPE_NAME String
final

Static Methods

initialize() → void
override
matchesFormat(String data) bool