onlyLast property

Parser<T5> get onlyLast

Implementation

p.Parser<T5> get onlyLast => map((v) => v.$6);