end property Null safety
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;
Return the offset from the beginning of the file to the character after the last character of the syntactic entity.
@override
int get end => offset + length;