charOffset property

  1. @override
int charOffset
inherited

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

Implementation

@override
int get charOffset => offset;