MmGroupSyncableChannels constructor

MmGroupSyncableChannels({
  1. String? channelId,
  2. String? channelDisplayName,
  3. String? channelType,
  4. String? teamId,
  5. String? teamDisplayName,
  6. String? teamType,
  7. String? groupId,
  8. bool? autoAdd,
  9. int? createAt,
  10. int? deleteAt,
  11. int? updateAt,
})

Returns a new MmGroupSyncableChannels instance.

Implementation

MmGroupSyncableChannels({
  this.channelId,
  this.channelDisplayName,
  this.channelType,
  this.teamId,
  this.teamDisplayName,
  this.teamType,
  this.groupId,
  this.autoAdd,
  this.createAt,
  this.deleteAt,
  this.updateAt,
});