keys property

List<String>? get keys

Implementation

_i2.List<_i2.String>? get keys => ((_i5.getProperty(
      this,
      'keys',
    )) as _i2.List?)
        ?.cast();
set keys (List<String>? value)

Implementation

set keys(_i2.List<_i2.String>? value) {
  _i5.setProperty(
    this,
    'keys',
    value ?? _i7.undefined,
  );
}