numStopped property

  1. @JsonKey(name: 'numStopped', fromJson: toInt, toJson: toString)
int? numStopped
getter/setter pair

Implementation

@JsonKey(name: 'numStopped', fromJson: toInt, toJson: toString) int? numStopped;