team property

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

调用者创建的Team

Implementation

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