countMax property

int? get countMax

If present, indicates that the count is a range - so to perform the action between count and countMax times.

Implementation

int? get countMax => countMaxField.getValue(_json);