isEqual method
Check if other
equals this range.
@param other A range.
@returns true
when start and end are {@link Position.isEqual equal} to
start and end of this range.
Implementation
_i2.bool isEqual(_i3.Range other) => _i5.callMethod(
this,
'isEqual',
[other],
);