NetworkAdapter class
Constructors
- NetworkAdapter.new({String? name, String? id, int? index, int? bandwidth, String? connectionName, int? connectionStatus, String? ssid, bool? enabled, int? type, String? macAddress, String? ipAddress, String? ipAddressIPv6, String? ipMaskAddress, String? gatewayIpAddress, String? ipBroadcast})
-
NetworkAdapter.fromJson(Map<
String, dynamic> srcJson) -
factory
Properties
- bandwidth ↔ int?
-
getter/setter pair
- connectionName ↔ String?
-
getter/setter pair
- connectionStatus ↔ int?
-
getter/setter pair
- enabled ↔ bool?
-
getter/setter pair
- gatewayIpAddress ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- ifTypeIEEE80211 → int
-
final
- index ↔ int?
-
getter/setter pair
- ipAddress ↔ String?
-
getter/setter pair
- ipAddressIPv6 ↔ String?
-
getter/setter pair
- ipBroadcast ↔ String?
-
getter/setter pair
- ipMaskAddress ↔ String?
-
getter/setter pair
- macAddress ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssid ↔ String?
-
getter/setter pair
- type ↔ int?
-
getter/setter pair
Methods
-
isWireless(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited