UrlCleaner class

Cleaner cleans URLs based on configuration in Target.

Constructors

UrlCleaner({List<String>? whitelistParams, List<String>? blacklistParams, Map<String, String>? appendParams})

Properties

appendParams Map<String, String>?
Extra parameters to append to cleaned URL.
getter/setter pair
blacklistParams List<String>?
List of parameters to remove them from cleaned URL.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whitelistParams List<String>?
List of parameters to keep them in cleaned URL.
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