team property Null safety
@JsonKey(toJson: teamToMap, fromJson: teamFromMap, includeIfNull: false), final
The group created by tthe caller
Implementation
@JsonKey(
toJson: teamToMap,
fromJson: teamFromMap,
includeIfNull: false,
)
final NIMTeam? team;