keysAsync property

Future<List<String>> Function() get keysAsync

Implementation

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

Implementation

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