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