getLocalEffectStylesAsync property

Future<List<EffectStyle>> Function() get getLocalEffectStylesAsync

Implementation

_i2.Future<_i2.List<_i3.EffectStyle>> Function()
    get getLocalEffectStylesAsync => () => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'getLocalEffectStylesAsync',
          ),
          r'call',
          [this],
        ));
set getLocalEffectStylesAsync (Future<List<EffectStyle>> value())

Implementation

set getLocalEffectStylesAsync(
    _i2.Future<_i2.List<_i3.EffectStyle>> Function() value) {
  _i5.setProperty(
    this,
    'getLocalEffectStylesAsync',
    _i5.allowInterop(value),
  );
}