ParameterSegment constructor

ParameterSegment(
  1. String name,
  2. RegExp? regExp
)

Implementation

ParameterSegment(this.name, this.regExp);