inputType property

String? inputType

Implementation

_i2.String? get inputType => _i4.getProperty(
      this,
      'inputType',
    );
void inputType=(String? value)

Implementation

set inputType(_i2.String? value) {
  _i4.setProperty(
    this,
    'inputType',
    value ?? _i6.undefined,
  );
}