numberOfUnits property

  1. @JsonKey(defaultValue: 0)
int numberOfUnits
final

The number of unit units in this period.

Must be greater than 0 if the object is valid.

Implementation

@JsonKey(defaultValue: 0)
final int numberOfUnits;