getLocalGridStylesAsync property

Future<List<GridStyle>> Function() get getLocalGridStylesAsync

Implementation

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

Implementation

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