spellcheck property - Element class - dart:html library

bool? get spellcheck

Implementation

bool? get spellcheck native;
set spellcheck (bool? value)

Implementation

set spellcheck(bool? value) native;