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