keyOps property

List<String>? get keyOps

Implementation

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

Implementation

set keyOps(_i2.List<_i2.String>? value) {
  _i4.setProperty(
    this,
    'key_ops',
    value ?? _i6.undefined,
  );
}