nim_core
nim_core
NIMCreateTeamResult
NIMCreateTeamResult constructor
NIMCreateTeamResult
NIMCreateTeamResult
constructor
Null safety
NIMCreateTeamResult
(
{
NIMTeam
?
team
,
List
<
String
>
?
failedInviteAccounts
}
)
Implementation
NIMCreateTeamResult({ this.team, this.failedInviteAccounts, });
nim_core
nim_core
NIMCreateTeamResult
NIMCreateTeamResult constructor
NIMCreateTeamResult class
Constructors
NIMCreateTeamResult
fromMap
Properties
failedInviteAccounts
hashCode
runtimeType
team
Methods
noSuchMethod
toMap
toString
Operators
operator ==