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