GroupListModel constructor

GroupListModel({
  1. String? imagePath,
  2. String? groupName,
  3. LatestTime? latestTime,
  4. int? unreadCount,
  5. String? msgType,
  6. String? recentMsg,
  7. bool? isGroup,
  8. String? groupId,
  9. String? opponentUserId,
  10. int? isBlocked,
})

Implementation

GroupListModel({
  this.imagePath,
  this.groupName,
  this.latestTime,
  this.unreadCount,
  this.msgType,
  this.recentMsg,
  this.isGroup,
  this.groupId,
  this.opponentUserId,
  this.isBlocked,
});