MmGetTeamInviteInfo200Response constructor

MmGetTeamInviteInfo200Response({
  1. String? id,
  2. String? name,
  3. String? displayName,
  4. String? description,
})

Returns a new MmGetTeamInviteInfo200Response instance.

Implementation

MmGetTeamInviteInfo200Response({
  this.id,
  this.name,
  this.displayName,
  this.description,
});