RepeatablePairStringOption constructor

RepeatablePairStringOption(
  1. String name, {
  2. RegExp? regex,
  3. String? short,
  4. String? description,
})

Implementation

new(super.name, {RegExp? regex, super.short, super.description})
  : regex = regex ?? RegExpValidated.anyToken;