end property
Return the offset of the character immediately following the last character of this node's source range.
This is equivalent to node.offset + node.length
. For a compilation unit
this will be equal to the length of the unit's source. For synthetic nodes
this will be equivalent to the node's offset (because the length is zero
(0) by definition).
Implementation
@override
int get end;