UrlNormalization class
Object representing the normalization actions taken to normalize a url to achieve a higher chance of successful lookup.
These are simple automated changes that are taken when looking up the
provided url_patten
would be known to fail. Complex actions like following
redirects are not handled.
Constructors
- UrlNormalization({String? normalizedUrl, String? originalUrl})
- UrlNormalization.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- normalizedUrl ↔ String?
-
The URL after any normalization actions.
getter/setter pair
- originalUrl ↔ String?
-
The original requested URL prior to any normalization actions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited