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