SuffixRulesHelper class

A static helper class for initialising DefaultSuffixRules or creating SuffixRules instances from resources over http.

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

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

Static Methods

createListFromUri(Uri uri, {bool? withCredentials, Map<String, String>? requestHeaders, dynamic sendData, void onProgress(ProgressEvent)?}) Future<SuffixRules>
Creates a SuffixRules object using a suffix list resource obtained from a URI.
initDefaultListFromUri(Uri uri, {bool? withCredentials, Map<String, String>? requestHeaders, dynamic sendData, void onProgress(ProgressEvent)?}) Future<void>
Initialises DefaultSuffixRules using a suffix list resource obtained from a URI.