BindDeviceModel class
- Annotations
-
- @JsonSerializable.new()
Constructors
- BindDeviceModel({String? userSn, String? serialNumber, String? modelNo, String? apInfo, String? multicastInfo, String? networkModePosition, String? icon, String? smallIcon, String? displayModelNo, String? apRuleTextDeviceStatePosition, String? wiredMacAddress, String? macAddress, int? supportApConnect, int? supportApSetWifi, int? net, int? defaultSupportApConnect, int? defaultSupportApSetWifi, String? subModuleTypePosition, String? subModuleErrCodePosition, String? apBitParamsPosition, int? supportGhz2_4, int? supportGhz5, int? supportBindFlow, String? bleIdentifier})
-
BindDeviceModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- apBitParamsPosition ↔ String?
-
getter/setter pair
- apInfo ↔ String?
-
getter/setter pair
- apRuleTextDeviceStatePosition ↔ String?
-
getter/setter pair
- bleIdentifier ↔ String?
-
getter/setter pair
- defaultSupportApConnect ↔ int?
-
getter/setter pair
- defaultSupportApSetWifi ↔ int?
-
getter/setter pair
- displayModelNo ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String?
-
getter/setter pair
- macAddress ↔ String?
-
getter/setter pair
- modelNo ↔ String?
-
getter/setter pair
- multicastInfo ↔ String?
-
getter/setter pair
- net ↔ int?
-
getter/setter pair
- networkModePosition ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber ↔ String?
-
getter/setter pair
- smallIcon ↔ String?
-
getter/setter pair
- subModuleErrCodePosition ↔ String?
-
getter/setter pair
- subModuleTypePosition ↔ String?
-
getter/setter pair
- supportApConnect ↔ int?
-
getter/setter pair
- supportApSetWifi ↔ int?
-
getter/setter pair
- supportBindFlow ↔ int?
-
getter/setter pair
- supportGhz2_4 ↔ int?
-
getter/setter pair
- supportGhz5 ↔ int?
-
getter/setter pair
- userSn ↔ String?
-
getter/setter pair
- wiredMacAddress ↔ String?
-
getter/setter pair
Methods
-
isCable(
) → bool -
isNetConnected(
) → bool -
isWired(
) → bool -
isWireless(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
support4GBindFlow(
) → bool -
supportTwowayBleWifiBindFlow(
) → bool -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited