input property

String input

The consumed input of the token.

Implementation

String get input => buffer.substring(start, stop);