keys property

List<String> Function() get keys

Implementation

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

Implementation

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