getKeyframes property
List<ComputedKeyframe> Function()
get
getKeyframes
Implementation
_i2.List<_i3.ComputedKeyframe> Function() get getKeyframes =>
() => ((_i4.callMethod(
_i4.getProperty(
this,
'getKeyframes',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
getKeyframes
(List<ComputedKeyframe> value())
Implementation
set getKeyframes(_i2.List<_i3.ComputedKeyframe> Function() value) {
_i4.setProperty(
this,
'getKeyframes',
_i4.allowInterop(value),
);
}