findRule property

CSSKeyframeRule? Function(String) findRule

Implementation

_i3.CSSKeyframeRule? Function(_i2.String) get findRule =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'findRule',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void findRule=(CSSKeyframeRule? value(String))

Implementation

set findRule(_i3.CSSKeyframeRule? Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'findRule',
    _i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}