inputMode property
String
get
inputMode
Implementation
String get inputMode => js_util.getProperty(this, 'inputMode');
set
inputMode
(String newValue)
Implementation
set inputMode(String newValue) {
js_util.setProperty(this, 'inputMode', newValue);
}