periodMax property

num? get periodMax

If present, indicates that the period is a range from period to periodMax, allowing expressing concepts such as "do this once every 3-5 days.

Implementation

num? get periodMax => periodMaxField.getValue(_json);