removeAllRanges property

void Function() get removeAllRanges

Implementation

void Function() get removeAllRanges => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'removeAllRanges',
      ),
      r'call',
      [this],
    );
set removeAllRanges (void value())

Implementation

set removeAllRanges(void Function() value) {
  _i4.setProperty(
    this,
    'removeAllRanges',
    _i4.allowInterop(value),
  );
}