VisitorInfo constructor
VisitorInfo({})
Implementation
VisitorInfo({
this.name,
this.email,
this.phone,
this.note,
this.externalId,
required this.customAttributes,
required this.banned,
});
VisitorInfo({
this.name,
this.email,
this.phone,
this.note,
this.externalId,
required this.customAttributes,
required this.banned,
});