constantSegment property

Parser<ConstantSegment> constantSegment
final

Implementation

static final Parser<ConstantSegment> constantSegment =
    notSlash.map<ConstantSegment>((r) => ConstantSegment(r.value));