setRaw property

void Function(bool, [SetRawOptions?]) get setRaw

Implementation

void Function(
  _i2.bool, [
  _i4.SetRawOptions?,
]) get setRaw => (
      _i2.bool p0, [
      _i4.SetRawOptions? p1,
    ]) =>
        _i3.callMethod(
          _i3.getProperty(
            this,
            'setRaw',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set setRaw (void value(bool, [SetRawOptions?]))

Implementation

set setRaw(
    void Function(
      _i2.bool, [
      _i4.SetRawOptions?,
    ]) value) {
  _i3.setProperty(
    this,
    'setRaw',
    _i3.allowInterop(value),
  );
}