team property Null safety

NIMTeam? team
@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;