update property
AnimeCallbackFunction?
get
update
Implementation
_i4.AnimeCallbackFunction? get update => ([_i2.dynamic p0]) => _i6.callMethod(
_i6.getProperty(
this,
'update',
),
r'call',
[
this,
p0,
],
);
set
update
(AnimeCallbackFunction? value)
Implementation
set update(_i4.AnimeCallbackFunction? value) {
_i6.setProperty(
this,
'update',
value == null ? _i5.undefined : _i6.allowInterop(value),
);
}