frequencyMax property

int? get frequencyMax

If present, indicates that the frequency is a range - so to repeat between frequency and frequencyMax times within the period or period range.

Implementation

int? get frequencyMax => frequencyMaxField.getValue(_json);