SSHModel class
Model that represents the ssh
, with all of its properties and methods.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String
-
Property that defines the SSH host address.
getter/setter pair
- passwordOrKey ↔ String
-
Property that defines the SSH machine password or RSA private key.
getter/setter pair
- port ↔ int
-
Property that defines the SSH port. Default is 22
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenAmount ↔ int
-
property that defines the screen amount
getter/setter pair
- username ↔ String
-
Property that defines the SSH machine username.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited