userScore property

  1. @JsonKey(name: r'userScore')
int userScore
final

Overall ranking of the record, expressed as a single integer. This attribute is internal.

Implementation

@JsonKey(name: r'userScore')
final int userScore;