currentRound property

  1. @JsonKey(name: 'current-round', defaultValue: 0)
int currentRound
final

Round at which the results were computed.

Implementation

@JsonKey(name: 'current-round', defaultValue: 0)
final int currentRound;