PasswordInputElement constructor

PasswordInputElement()

Implementation

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