NormalPositional constructor

NormalPositional(
  1. String name, {
  2. String? description,
  3. RegExp? regExp,
})

Implementation

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