data property

Future Function() get data

Implementation

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

Implementation

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