NearbyConnectionAndroidInfo constructor

const NearbyConnectionAndroidInfo({
  1. required String ownerIpAddress,
  2. required bool groupFormed,
  3. required bool isGroupOwner,
})

The class representing the Android class WifiP2pInfo.

Implementation

const NearbyConnectionAndroidInfo({
  required this.ownerIpAddress,
  required this.groupFormed,
  required this.isGroupOwner,
});