MmGroupSyncableTeams constructor

MmGroupSyncableTeams({
  1. String? teamId,
  2. String? teamDisplayName,
  3. String? teamType,
  4. String? groupId,
  5. bool? autoAdd,
  6. int? createAt,
  7. int? deleteAt,
  8. int? updateAt,
})

Returns a new MmGroupSyncableTeams instance.

Implementation

MmGroupSyncableTeams({
  this.teamId,
  this.teamDisplayName,
  this.teamType,
  this.groupId,
  this.autoAdd,
  this.createAt,
  this.deleteAt,
  this.updateAt,
});