JaguarMapCoder class
Encrypts the Map using encrypter. Signs the Map using signer. The final result is made HTTP friendly by Base64 URL encoding.
Constructors
Properties
Methods
-
decode(
String data) → Map< String, String> ? -
Decodes
data
into Mapoverride -
encode(
Map< String, String> values) → String -
Encodes
values
override -
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