getTiming property
EffectTiming Function()
get
getTiming
Implementation
_i3.EffectTiming Function() get getTiming => () => _i4.callMethod(
_i4.getProperty(
this,
'getTiming',
),
r'call',
[this],
);
set
getTiming
(EffectTiming value())
Implementation
set getTiming(_i3.EffectTiming Function() value) {
_i4.setProperty(
this,
'getTiming',
_i4.allowInterop(value),
);
}