Capture constructor

Capture(
  1. AnyStringParser p
)

Implementation

Capture(this.p) {
  label = 'capture(${Parser.quote(p)})';
}