MmGroupSyncableChannel constructor

MmGroupSyncableChannel({
  1. String? channelId,
  2. String? groupId,
  3. bool? autoAdd,
  4. int? createAt,
  5. int? deleteAt,
  6. int? updateAt,
})

Returns a new MmGroupSyncableChannel instance.

Implementation

MmGroupSyncableChannel({
  this.channelId,
  this.groupId,
  this.autoAdd,
  this.createAt,
  this.deleteAt,
  this.updateAt,
});