MmChannelWithTeamData constructor
MmChannelWithTeamData({
- String? id,
- int? createAt,
- int? updateAt,
- int? deleteAt,
- String? teamId,
- String? type,
- String? displayName,
- String? name,
- String? header,
- String? purpose,
- int? lastPostAt,
- int? totalMsgCount,
- int? extraUpdateAt,
- String? creatorId,
- String? teamDisplayName,
- String? teamName,
- int? teamUpdateAt,
- 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,
});