WifiDirectDevice constructor
WifiDirectDevice({})
Implementation
WifiDirectDevice({
required this.deviceName,
required this.deviceAddress,
required this.deviceMacAddress,
this.status,
this.isGroupOwner = false,
this.isServiceDiscoveryCapable = true,
this.deviceType = 'unknown',
});