onlyLast property

Parser<T6> get onlyLast

Implementation

p.Parser<T6> get onlyLast => map((v) => v.$7);