isBeforeOrEqual method
Check if this position is before or equal to other
.
@param other A position.
@returns true
if position is on a smaller line
or on the same line on a smaller or equal character.
Implementation
_i2.bool isBeforeOrEqual(_i3.Position other) => _i5.callMethod(
this,
'isBeforeOrEqual',
[other],
);