NIMCreateTeamResult constructor Null safety

NIMCreateTeamResult(
  1. {NIMTeam? team,
  2. List<String>? failedInviteAccounts}
)

Implementation

NIMCreateTeamResult({
  this.team,
  this.failedInviteAccounts,
});