inputMode property

String inputMode

Implementation

String get inputMode => js_util.getProperty(this, 'inputMode');
void inputMode=(String newValue)

Implementation

set inputMode(String newValue) {
  js_util.setProperty(this, 'inputMode', newValue);
}