keys property

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

Implementation

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

Implementation

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