displayUnits property

  1. @JsonKey(name: 'displayUnits')
String? displayUnits
getter/setter pair

The localized unit of measurement for progression across the progressions defined in this mapping. Unfortunately, this is very infrequently defined. Defer to the individual progressions' display units.

Implementation

@JsonKey(name:'displayUnits')
String? displayUnits;