charEnd property

  1. @override
int charEnd
override

The character offset of the end of this token within the source text.

Implementation

@override
int get charEnd => charOffset + length;