MmTopChannel constructor

MmTopChannel({
  1. String? id,
  2. String? type,
  3. String? displayName,
  4. String? name,
  5. String? teamId,
  6. String? messageCount,
})

Returns a new MmTopChannel instance.

Implementation

MmTopChannel({
  this.id,
  this.type,
  this.displayName,
  this.name,
  this.teamId,
  this.messageCount,
});