frequency property

int? get frequency

The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency.

Implementation

int? get frequency => frequencyField.getValue(_json);