ConnectionModel constructor
Implementation
ConnectionModel({
  this.username = 'lg',
  this.password = '',
  this.ip = '',
  this.port = 22,
  this.isConnected = false,
  this.screenAmount = 3,
});
ConnectionModel({
  this.username = 'lg',
  this.password = '',
  this.ip = '',
  this.port = 22,
  this.isConnected = false,
  this.screenAmount = 3,
});