durationUnit property
String?
get
durationUnit
The units of time for the duration, in UCUM units.
Implementation
String? get durationUnit => durationUnitField.getValue(_json);
The units of time for the duration, in UCUM units.
String? get durationUnit => durationUnitField.getValue(_json);