ApptimizeMapVariable<T> class

ApptimizeMapVariable is a dynamic variable which contains a map of values of the specified type keyed by strings.

Supported dynamic variable map types are: String, bool, int, double. Use the static methods on ApptimizeVariable to declare new ApptimizeMapVariables (using the declare methods) or to retrieve them (using the get methods).

All dynamic variables must be declared first before using.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name this dynamic variable was declared with.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Future<Map<String, T>>
Gets the map of this ApptimizeMapVariable of the specified type.
no setter

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