TelephoneInputElement.new constructor - TelephoneInputElement - dart:html library (original) (raw)

description

TelephoneInputElement()

Implementation

factory TelephoneInputElement() => new InputElement(type: 'tel');