union method

Range union(
  1. Range other
)

Compute the union of other with this range.

@param other A range. @returns A range of smaller start position and the greater end position.

Implementation

_i3.Range union(_i3.Range other) => _i5.callMethod(
      this,
      'union',
      [other],
    );