end property

  1. @override
int end

Indexed location where the token ends in the original source text.

Implementation

@override
int get end => offset + length;