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