Identify class
- Annotations
-
- @JS('amplitude.Identify')
Constructors
- Identify()
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
-
add(
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