rank property

  1. @JsonKey(includeIfNull: false, fromJson: JsonObject.parseInt)
int? rank
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, fromJson: JsonObject.parseInt)
int? rank;