findRule method

CSSKeyframeRule? findRule(
  1. String select
)

Implementation

CSSKeyframeRule? findRule(String select) =>
    js_util.callMethod(this, 'findRule', [select]);