Dart
dart:html
TelephoneInputElement
TelephoneInputElement factory constructor
description
TelephoneInputElement constructor
TelephoneInputElement
(
)
Implementation
factory
TelephoneInputElement() =>
new
InputElement(type:
'tel'
);