NIMCreateTeamResult class Null safety
- Annotations
-
- @JsonSerializable()
Constructors
-
NIMCreateTeamResult({NIMTeam? team, List<
String> ? failedInviteAccounts}) -
NIMCreateTeamResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
failedInviteAccounts
→ List<
String> ? -
The list of invitees that fail to join the group due to the upper limit of group members.
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- team → NIMTeam?
-
The group created by tthe caller
@JsonKey(toJson: teamToMap, fromJson: teamFromMap, includeIfNull: false), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited