charEnd property

  1. @override
int charEnd
inherited

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

Implementation

@override
int get charEnd => end;