Variable class

Represents a variable in VWO. This class encapsulates information about a VWO variable, including its value,type, key, and ID.

Constructors

Variable({dynamic value, String? type, String? key, int? id, dynamic displayConfiguration})
Variable.fromMap(Map<String, dynamic> map)
Create an instance from a map
factory

Properties

displayConfiguration ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
key String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
value ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Convert to a Map to send to Kotlin
toString() String
A string representation of this object.
inherited

Operators

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