FirebaseChatDocument constructor
Creates a new instance of FirebaseChatDocument.
Implementation
const FirebaseChatDocument({
  required this.personal,
  required this.canBeDeleted,
  this.users = const [],
  this.id,
  this.lastUsed,
  this.title,
  this.imageUrl,
  this.lastMessage,
});