UrlHelper class

Constructors

UrlHelper(String _domain, String _path, [String _scheme = 'http', String? _signKey = '', Map<String, String> parameters = const {}])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteParameter(String key) → void
getURL() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParameter(String key, dynamic value) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

buildURL(String scheme, String host, String path, String query) String
////////// Static
convertMD5(String input) String
decodeURIComponent(String s) String
encodeURIComponent(String s) String