count property

int? get count

A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values.

Implementation

int? get count => countField.getValue(_json);