ChatwootUser constructor

ChatwootUser({
  1. String? identifier,
  2. String? identifierHash,
  3. String? name,
  4. String? email,
  5. String? avatarUrl,
  6. dynamic customAttributes,
})

Implementation

ChatwootUser(
    {this.identifier,
    this.identifierHash,
    this.name,
    this.email,
    this.avatarUrl,
    this.customAttributes});