parent property

SelectionRange get parent

The parent selection range containing this range.

Implementation

_i3.SelectionRange get parent => _i5.getProperty(
      this,
      'parent',
    );
set parent (SelectionRange value)

Implementation

set parent(_i3.SelectionRange value) {
  _i5.setProperty(
    this,
    'parent',
    value,
  );
}