MmChannel constructor
MmChannel({})
Returns a new MmChannel instance.
Implementation
MmChannel({
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,
});