VisitorInfo class

Represents information about a visitor.

This information is visible to operators and can be updated by the SDK or operators.

Constructors

VisitorInfo({String? name, String? email, String? phone, String? note, String? externalId, required Map<String, String> customAttributes, required bool banned})

Properties

banned bool
Indicates whether the visitor is blocked.
final
customAttributes Map<String, String>
A dictionary with custom attributes.
final
email String?
Visitor's email address.
final
externalId String?
External ID to be used in third-party integrations.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
Visitor's name.
final
note String?
Additional notes about the visitor.
final
phone String?
Visitor's phone number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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