Query$getMessagesByMemberPaginated$getMessagesByMemberPaginated$objects$messageGroup constructor

Implementation

Query$getMessagesByMemberPaginated$getMessagesByMemberPaginated$objects$messageGroup({
  required this.id,
  this.name,
  this.mute,
  this.creator,
  this.target,
  this.profilePicture,
  this.wallpaper,
  this.sound,
  this.isDirectMessage,
  this.members,
  this.status,
  this.lastMessage,
  this.unreadCount,
  required this.createdAt,
  required this.updatedAt,
});