ApptimizeValueVariable<T> class

ApptimizeValueVariable is a dynamic variable which contains a specified type.

Supported dynamic variable types are: String, bool, int, double. Use the static methods on ApptimizeVariable to declare new ApptimizeValueVariables (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<T?>
Gets the value of this ApptimizeValueVariable 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