end property
int
get
end
Return the 0-based index of the character immediately after this source range.
Implementation
int get end => offset + length;
Return the 0-based index of the character immediately after this source range.
int get end => offset + length;