GroupInfoEntity constructor

GroupInfoEntity({
  1. String? groupID,
  2. GroupTypeEnum? groupType,
  3. String? groupName,
  4. String? notification,
  5. String? introduction,
  6. String? faceUrl,
  7. bool? allMuted,
  8. GroupAddOptEnum? groupAddOpt,
  9. Map<String, String>? customInfo,
})

Implementation

GroupInfoEntity({
  this.groupID,
  this.groupType,
  this.groupName,
  this.notification,
  this.introduction,
  this.faceUrl,
  this.allMuted,
  this.groupAddOpt,
  this.customInfo,
});