CustomerModel constructor
CustomerModel({})
Implementation
CustomerModel({
this.id,
this.email,
this.phone,
this.status,
this.role,
this.groups,
this.attributes,
this.firstName,
this.lastName,
this.businessCode,
this.emailVerified,
this.phoneVerified,
this.createdAt,
this.chatRoomId,
});