Identify class

Constructors

Identify()

Properties

hashCode int
The hash code for this object.
no setterinherited
payload Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String key, num value) → void
addOp(String op, String key, dynamic value) → void
append(String key, dynamic value) → void
clearAll() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postInsert(String key, dynamic value) → void
preInsert(String key, dynamic value) → void
prepend(String key, dynamic value) → void
remove(String key, dynamic value) → void
set(String key, dynamic value) → void
setOnce(String key, dynamic value) → void
toString() String
A string representation of this object.
inherited
unset(String key) → void

Operators

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

Constants

OP_ADD → const String
OP_APPEND → const String
OP_CLEAR_ALL → const String
OP_POSTINSERT → const String
OP_PREINSERT → const String
OP_PREPEND → const String
OP_REMOVE → const String
OP_SET → const String
OP_SET_ONCE → const String
OP_UNSET → const String