NearbyConnectionAndroidInfo class

The class representing the connection information of a Wi-Fi p2p group connection for Android.

Constructors

NearbyConnectionAndroidInfo({required String ownerIpAddress, required bool groupFormed, required bool isGroupOwner})
The class representing the Android class WifiP2pInfo.
const
NearbyConnectionAndroidInfo.fromJson(Map<String, dynamic>? json)
Get NearbyConnectionAndroidInfo from Map.
factory

Properties

groupFormed bool
Indicates if a p2p group has been successfully formed. Source WifiP2pInfo documentation
final
hashCode int
The hash code for this object.
no setteroverride
isGroupOwner bool
Indicates if the current device is the group owner. Source WifiP2pInfo documentation
final
ownerIpAddress String
Group owner address. Source WifiP2pInfo documentation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override