getStyleConsumersAsync property

Future<List<StyleConsumers>> Function() get getStyleConsumersAsync

Implementation

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

Implementation

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