getAnimations property

List<Animation> Function() getAnimations

Implementation

_i2.List<_i3.Animation> Function() get getAnimations =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getAnimations',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
void getAnimations=(List<Animation> value())

Implementation

set getAnimations(_i2.List<_i3.Animation> Function() value) {
  _i4.setProperty(
    this,
    'getAnimations',
    _i4.allowInterop(value),
  );
}