DeviceConfigContext constructor

const DeviceConfigContext({
  1. String? id,
  2. String? label,
  3. InternetAddress? targetIp,
  4. String? username,
  5. bool remoteHasSshConnection = false,
  6. String? appExecuterPath,
  7. FlutterEmbedder? embedder,
})

Implementation

const DeviceConfigContext({
  this.id,
  this.label,
  this.targetIp,
  this.username,
  this.remoteHasSshConnection = false,
  this.appExecuterPath,
  this.embedder,
});