getTiming property

EffectTiming Function() getTiming

Implementation

_i3.EffectTiming Function() get getTiming => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getTiming',
      ),
      r'call',
      [this],
    );
void getTiming=(EffectTiming value())

Implementation

set getTiming(_i3.EffectTiming Function() value) {
  _i4.setProperty(
    this,
    'getTiming',
    _i4.allowInterop(value),
  );
}