MmTeamExists constructor

MmTeamExists({
  1. bool? exists,
})

Returns a new MmTeamExists instance.

Implementation

MmTeamExists({
  this.exists,
});