Repetition constructor

Repetition(
  1. Element element, {
  2. int min = 0,
  3. int? max,
  4. String? description,
})

Implementation

Repetition(this.element, {this.min = 0, this.max, this.description});