DeviceConfigContext constructor
const
DeviceConfigContext({
- String? id,
- String? label,
- InternetAddress? targetIp,
- String? username,
- bool remoteHasSshConnection = false,
- String? appExecuterPath,
- FlutterEmbedder? embedder,
Implementation
const DeviceConfigContext({
this.id,
this.label,
this.targetIp,
this.username,
this.remoteHasSshConnection = false,
this.appExecuterPath,
this.embedder,
});