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