getSizeAsync property

Future Function() get getSizeAsync

Implementation

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

Implementation

set getSizeAsync(_i2.Future<_i2.dynamic> Function() value) {
  _i5.setProperty(
    this,
    'getSizeAsync',
    _i5.allowInterop(value),
  );
}