MmGroupSyncableTeam constructor

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

Returns a new MmGroupSyncableTeam instance.

Implementation

MmGroupSyncableTeam({
  this.teamId,
  this.groupId,
  this.autoAdd,
  this.createAt,
  this.deleteAt,
  this.updateAt,
});