MmTeamMap constructor

MmTeamMap({
  1. MmTeam? teamId,
})

Returns a new MmTeamMap instance.

Implementation

MmTeamMap({
  this.teamId,
});