ChatRoomItem constructor
ChatRoomItem({
- String? id,
- String? createdOn,
- String? name,
- String? topic,
- String? description,
- String? image,
- String? ownerId,
- int? roomType,
- int? typeOfGroup,
- int? participantCount,
- int? unreadCount,
- bool? hasUnreadMessage,
- bool? isFavorite,
- ParticipantInfoModel? participantInfo,
- List<
String> ? tags, - LastMessageModel? lastMessage,
- bool? notifyStatus,
Implementation
ChatRoomItem({
this.id,
this.createdOn,
this.name,
this.topic,
this.description,
this.image,
this.ownerId,
this.roomType,
this.typeOfGroup,
this.participantCount,
this.unreadCount,
this.hasUnreadMessage,
this.isFavorite,
this.participantInfo,
this.tags,
this.lastMessage,
this.notifyStatus,
});