MmChannelWithTeamData constructor

MmChannelWithTeamData({
  1. String? id,
  2. int? createAt,
  3. int? updateAt,
  4. int? deleteAt,
  5. String? teamId,
  6. String? type,
  7. String? displayName,
  8. String? name,
  9. String? header,
  10. String? purpose,
  11. int? lastPostAt,
  12. int? totalMsgCount,
  13. int? extraUpdateAt,
  14. String? creatorId,
  15. String? teamDisplayName,
  16. String? teamName,
  17. int? teamUpdateAt,
  18. String? policyId,
})

Returns a new MmChannelWithTeamData instance.

Implementation

MmChannelWithTeamData({
  this.id,
  this.createAt,
  this.updateAt,
  this.deleteAt,
  this.teamId,
  this.type,
  this.displayName,
  this.name,
  this.header,
  this.purpose,
  this.lastPostAt,
  this.totalMsgCount,
  this.extraUpdateAt,
  this.creatorId,
  this.teamDisplayName,
  this.teamName,
  this.teamUpdateAt,
  this.policyId,
});