end property

  1. @override
SourceLocation get end

The end location of this span, exclusive.

Implementation

@override
SourceLocation get end => start;