setKeyframes property

void Function([dynamic]) get setKeyframes

Implementation

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

Implementation

set setKeyframes(void Function([_i2.dynamic]) value) {
  _i4.setProperty(
    this,
    'setKeyframes',
    _i4.allowInterop(value),
  );
}