inputType property

String inputType

Implementation

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

Implementation

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