RepeatedStringPositional constructor

RepeatedStringPositional(
  1. String name, {
  2. String? description,
  3. RegExp? regExp,
  4. int times = 1,
})

Implementation

new(super.name, {super.description, RegExp? regExp, super.times = 1})
  : super(regex: regExp);