onlyLast property

Parser<T20> get onlyLast

Implementation

p.Parser<T20> get onlyLast => map((v) => v.$21);