spellcheck property

bool spellcheck

Implementation

bool get spellcheck => js_util.getProperty(this, 'spellcheck');
void spellcheck=(bool newValue)

Implementation

set spellcheck(bool newValue) {
  js_util.setProperty(this, 'spellcheck', newValue);
}