UrlDetails class

Constructors

UrlDetails({required String url})
UrlDetails.fromJS(UrlDetails _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → UrlDetails
no setter
url String
The URL for the operation. It must be in the format as returned from a call to history.search.
getter/setter pair

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