MmSearchTeamsRequest constructor

MmSearchTeamsRequest({
  1. String? term,
  2. String? page,
  3. String? perPage,
  4. bool? allowOpenInvite,
  5. bool? groupConstrained,
  6. bool excludePolicyConstrained = false,
})

Returns a new MmSearchTeamsRequest instance.

Implementation

MmSearchTeamsRequest({
  this.term,
  this.page,
  this.perPage,
  this.allowOpenInvite,
  this.groupConstrained,
  this.excludePolicyConstrained = false,
});