and property

AndParser and

Creates the AndParser parser.

final p = str('foo').and;

Implementation

AndParser get and => AndParser(this);