VisitorBuilder class

Constructors

VisitorBuilder(String visitorId, bool _hasConsented, {Instance instanceType = Instance.SINGLE_INSTANCE})

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceType Instance
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visitorId String
final

Methods

build() Visitor
isAuthenticated(bool authenticated) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withContext(Map<String, Object> context) VisitorBuilder
withOnFlagStatusChanged(OnFlagStatusChanged? pCallback) → dynamic
withOnFlagStatusFetched(OnFlagStatusFetched? pCallBack) → dynamic
withOnFlagStatusFetchRequired(OnFlagStatusFetchRequired? pCallback) → dynamic

Operators

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