PasswordInputElement constructor - PasswordInputElement - dart:html library (original) (raw)
PasswordInputElement()
Implementation
factory PasswordInputElement() => new InputElement(type: 'password');
PasswordInputElement()
factory PasswordInputElement() => new InputElement(type: 'password');