PassKey constructor

PassKey()

Implementation

PassKey() : super(type: InputTypes.password, counter: PassKey.index) {
  PassKey.index++;
}