WildcardSegment constructor

WildcardSegment(
  1. String pre,
  2. String post
)

Implementation

WildcardSegment(this.pre, this.post);