GetGroupDetailModel constructor

GetGroupDetailModel({
  1. List<GroupPermission>? groupPermission,
  2. List<ReadCount>? readCount,
  3. String? modifiedBy,
  4. String? name,
  5. CreateAt? createAt,
  6. CreateAt? modifiedAt,
  7. String? groupId,
  8. bool? isGroup,
  9. bool? isDeactivateUser,
  10. String? groupImage,
  11. List<ParticipantUsers>? users,
  12. List<String>? online,
  13. int? pinGroupForAll,
  14. RecentMessage? recentMessage,
  15. String? createdBy,
  16. List<String>? members,
  17. String? secretKey,
  18. List<String>? joinGroup,
  19. List? pinnedGroup,
  20. List<String>? viewBy,
  21. List? typing,
  22. List? blockUsers,
  23. CreateAt? lastUpdatedAt,
})

Implementation

GetGroupDetailModel({
  this.groupPermission,
  this.readCount,
  this.modifiedBy,
  this.name,
  this.createAt,
  this.modifiedAt,
  this.groupId,
  this.isGroup,
  this.isDeactivateUser,
  this.groupImage,
  this.users,
  this.online,
  this.pinGroupForAll,
  this.recentMessage,
  this.createdBy,
  this.members,
  this.secretKey,
  this.joinGroup,
  this.pinnedGroup,
  this.viewBy,
  this.typing,
  this.blockUsers,
  this.lastUpdatedAt,
});