SelectionRange constructor

SelectionRange(
  1. Range range, [
  2. SelectionRange? parent
])

Implementation

factory SelectionRange(
  _i3.Range range, [
  _i3.SelectionRange? parent,
]) =>
    _i5.callConstructor(
      _declaredSelectionRange,
      [
        range,
        parent ?? _i6.undefined,
      ],
    );