animations property
ReadonlyArray<Animation>
get
animations
Implementation
_i7.ReadonlyArray<_i4.Animation> get animations => _i6.getProperty(
this,
'animations',
);
set
animations
(ReadonlyArray<Animation> value)
Implementation
set animations(_i7.ReadonlyArray<_i4.Animation> value) {
_i6.setProperty(
this,
'animations',
value,
);
}