durationMax property

num? get durationMax

If present, indicates that the duration is a range - so to perform the action between duration and durationMax time length.

Implementation

num? get durationMax => durationMaxField.getValue(_json);