ChatwootContact constructor
ChatwootContact({})
Implementation
ChatwootContact({
required this.id,
required this.contactIdentifier,
required this.pubsubToken,
required this.name,
required this.email,
});
ChatwootContact({
required this.id,
required this.contactIdentifier,
required this.pubsubToken,
required this.name,
required this.email,
});