getAnimations property
List<Animation> Function([GetAnimationsOptions?])
get
getAnimations
Implementation
_i2.List<_i3.Animation> Function([_i3.GetAnimationsOptions?])
get getAnimations => ([_i3.GetAnimationsOptions? p0]) => ((_i4.callMethod(
_i4.getProperty(
this,
'getAnimations',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
)) as _i2.List)
.cast();
set
getAnimations
(List<Animation> value([GetAnimationsOptions?]))
Implementation
set getAnimations(
_i2.List<_i3.Animation> Function([_i3.GetAnimationsOptions?]) value) {
_i4.setProperty(
this,
'getAnimations',
_i4.allowInterop(value),
);
}