RepeatMark constructor

RepeatMark({
  1. required RepeatType type,
  2. String? label,
  3. int? times,
})

Implementation

RepeatMark({required this.type, this.label, this.times});