GetGroupDetailModel constructor
GetGroupDetailModel({
- List<
GroupPermission> ? groupPermission, - List<
ReadCount> ? readCount, - String? modifiedBy,
- String? name,
- CreateAt? createAt,
- CreateAt? modifiedAt,
- String? groupId,
- bool? isGroup,
- bool? isDeactivateUser,
- String? groupImage,
- List<
ParticipantUsers> ? users, - List<
String> ? online, - int? pinGroupForAll,
- RecentMessage? recentMessage,
- String? createdBy,
- List<
String> ? members, - String? secretKey,
- List<
String> ? joinGroup, - List? pinnedGroup,
- List<
String> ? viewBy, - List? typing,
- List? blockUsers,
- 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,
});