PasswordInputElement constructor - PasswordInputElement - dart:html library (original) (raw)

description

PasswordInputElement()

Implementation

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