contains method
Check if a position or a range is contained in this range.
@param positionOrRange A position or a range.
@returns true
if the position or range is inside or equal
to this range.
Implementation
_i2.bool contains(_i2.Object positionOrRange) => _i5.callMethod(
this,
'contains',
[positionOrRange],
);