team property Null safety

NIMTeam? team
@JsonKey(toJson: teamToMap, fromJson: teamFromMap, includeIfNull: false), final

调用者创建的Team

Implementation

@JsonKey(
  toJson: teamToMap,
  fromJson: teamFromMap,
  includeIfNull: false,
)
final NIMTeam? team;