MmGroupSyncableChannel constructor
      
      MmGroupSyncableChannel({})
     
    
Returns a new MmGroupSyncableChannel instance.
Implementation
MmGroupSyncableChannel({
  this.channelId,
  this.groupId,
  this.autoAdd,
  this.createAt,
  this.deleteAt,
  this.updateAt,
});