TelephoneInputElement.new constructor - TelephoneInputElement - dart:html library (original) (raw)
TelephoneInputElement()
Implementation
factory TelephoneInputElement() => new InputElement(type: 'tel');
TelephoneInputElement()
factory TelephoneInputElement() => new InputElement(type: 'tel');