end property

  1. @override
int end
inherited

Return the offset from the beginning of the file to the character after the last character of the syntactic entity.

Implementation

@override
int get end => offset + length;