VisitorBuilder class
/ Builder
Constructors
- VisitorBuilder(String visitorId, {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 -
hasConsented(
bool hasConsented) → VisitorBuilder -
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited