SSHUserInfoPrompt class

Constructors

SSHUserInfoPrompt(String promptText, bool echo)

Properties

echo → bool
Indicates whether or not the user input should be echoed as characters are typed.
final
hashCode → int
The hash code for this object.
no setterinherited
promptText → String
The prompt string. For example, "Password: ".
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited