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