score property

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

The score of the event.

Implementation

@JsonKey(name: r'score')
final int? score;