length property

int length

The length of the token.

Implementation

int get length => stop - start;