team property Null safety
@JsonKey(toJson: teamToMap, fromJson: teamFromMap, includeIfNull: false), final
调用者创建的Team
Implementation
@JsonKey(
toJson: teamToMap,
fromJson: teamFromMap,
includeIfNull: false,
)
final NIMTeam? team;
调用者创建的Team
@JsonKey(
toJson: teamToMap,
fromJson: teamFromMap,
includeIfNull: false,
)
final NIMTeam? team;