RepeatMark constructor
RepeatMark({
- required RepeatType type,
- String? label,
- int? times,
Implementation
RepeatMark({required this.type, this.label, this.times});