before property

Parser<void>? before
getter/setter pair

Parser that consumes input before the delegate.

Implementation

Parser<void>? before;