onlyLast property

Parser<T7> get onlyLast

Implementation

p.Parser<T7> get onlyLast => map((v) => v.$8);