onlyLast property

Parser<T21> get onlyLast

Implementation

p.Parser<T21> get onlyLast => map((v) => v.$22);