keyOps property

Iterable<String> keyOps

Implementation

Iterable<String> get keyOps => js_util.getProperty(this, 'key_ops');
void keyOps=(Iterable<String> newValue)

Implementation

set keyOps(Iterable<String> newValue) {
  js_util.setProperty(this, 'key_ops', newValue);
}