userScore property

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

Custom ranking for the object, expressed as a single integer value.

Implementation

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