TournamentTeamResults class

Response example:

{
"idteam": "3639",
"current_name": "Захидный полюс",
"base_name": "Захидный полюс",
"position": "2.5",
"questions_total": "21",
"mask": "111000001100010010110010100011001011010001001101",
"tech_rating_rt": "4212",
"tech_rating_rg": "4658",
"tech_rating_rb": "4506",
"rating_r": "5009",
"predicted_position": "4",
"bonus_b": "1076",
"diff_bonus": "59",
"included_in_rating": 1
}
Annotations
  • @immutable

Constructors

TournamentTeamResults({String? idTeam, String? currentName, String? baseName, String? position, String? questionsTotal, String? mask, String? techRatingRt, String? techRatingRg, String? techRatingRb, String? ratingR, String? predictedPosition, String? bonusB, String? diffBonus, int? includedInRating})
const
TournamentTeamResults.fromJson(String str)
Decodes TournamentTeamResults object from json string
factory
TournamentTeamResults.fromMap(Map<String, dynamic> json)
Decodes TournamentTeamResults object from json map
factory

Properties

baseName String?
final
bonusB String?
final
currentName String?
final
diffBonus String?
final
hashCode int
The hash code for this object.
no setteroverride
idTeam String?
final
includedInRating int?
final
mask String?
final
position String?
final
predictedPosition String?
final
questionsTotal String?
final
ratingR String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
techRatingRb String?
final
techRatingRg String?
final
techRatingRt String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Encodes TournamentTeamResults object to json string
toMap() Map<String, dynamic>
Encodes TournamentTeamResults object to json map
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override