SiteCentric class

SiteCentric helper class

Constructors

SiteCentric()
Default constructor
SiteCentric.fromEntries(List<MapEntry<String, List<String>>> entries)
Build SiteCentric instance from entries. Internally calls SiteCentric::addParam for each entry

Properties

hashCode int
The hash code for this object.
no setterinherited
payload Map<String, dynamic>
internal payload Map<K, V>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addParam(String key, List<String> value) → void
Add parameter to SiteCentric instance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes payload
inherited
toString() String
A string representation of this object.
inherited

Operators

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