removeRule property

void Function([num?]) removeRule

Implementation

void Function([_i2.num?]) get removeRule => ([_i2.num? p0]) => _i4.callMethod(
      _i4.getProperty(
        this,
        'removeRule',
      ),
      r'call',
      [
        this,
        p0 ?? _i6.undefined,
      ],
    );
void removeRule=(void value([num?]))

Implementation

set removeRule(void Function([_i2.num?]) value) {
  _i4.setProperty(
    this,
    'removeRule',
    _i4.allowInterop(value),
  );
}