getSelection property

Selection? Function() get getSelection

Implementation

_i3.Selection? Function() get getSelection => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getSelection',
      ),
      r'call',
      [this],
    );
set getSelection (Selection? value())

Implementation

set getSelection(_i3.Selection? Function() value) {
  _i4.setProperty(
    this,
    'getSelection',
    _i4.allowInterop(() => () => value() ?? _i6.undefined),
  );
}