Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (teamId != null) { _json[r'team_id'] = teamId; } return _json; }