VWOContext class

Constructors

VWOContext({required String userId, Map<String, dynamic>? customVariables, String? ipAddress, String? userAgent})

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the UserContext object into a Map.
toString() String
A string representation of this object.
override

Operators

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