ChatUser constructor
const
ChatUser({})
Implementation
const ChatUser({
required this.id,
String? name,
String? firstName,
this.avatar,
this.customProperties,
this.role,
}) : name = name ?? firstName ?? id;