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