SSHModel constructor

SSHModel({
  1. String host = '',
  2. int port = 22,
  3. String username = '',
  4. String passwordOrKey = '',
  5. int screenAmount = 3,
})

Implementation

SSHModel(
    {this.host = '',
    this.port = 22,
    this.username = '',
    this.passwordOrKey = '',
    this.screenAmount =3});