end property
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 is equal to the length of the unit's source. For synthetic nodes this
is equivalent to the node's offset (because the length is zero (0
) by
definition).
Implementation
@override
int get end;