PasswordInputElement constructor

PasswordInputElement()

Implementation

factory PasswordInputElement() => new InputElement(type: 'password');