onlyLast property

Parser<T3> get onlyLast

Implementation

p.Parser<T3> get onlyLast => map((v) => v.$4);