ExtendedBluetoothDevice class

Constructors

ExtendedBluetoothDevice({int? date, int? disconnectStatus, int? groupId, bool? isBicycleLock, bool? isCyLinder, bool? isDfuMode, bool? isGlassLock, bool? isLockcar, bool? isNoLockService, bool? isPadLock, bool? isRemoteControlDevice, bool? isRoomLock, bool? isSafeLock, bool? isTouch, bool? isUnlock, bool? isWristband, int? lockType, int? orgId, int? parkStatus, int? protocolType, int? protocolVersion, int? remoteUnlockSwitch, int? scene, int? txPowerLevel, int? batteryCapacity, Device? device, bool? isSettingMode, String? mAddress, String? name, int? rssi, List? scanRecord, String? sourceJSON})
ExtendedBluetoothDevice.fromJson(Map map)
factory

Properties

batteryCapacity int?
getter/setter pair
date int?
getter/setter pair
device Device?
getter/setter pair
disconnectStatus int?
getter/setter pair
groupId int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBicycleLock bool?
getter/setter pair
isCyLinder bool?
getter/setter pair
isDfuMode bool?
getter/setter pair
isGlassLock bool?
getter/setter pair
isLockcar bool?
getter/setter pair
isNoLockService bool?
getter/setter pair
isPadLock bool?
getter/setter pair
isRemoteControlDevice bool?
getter/setter pair
isRoomLock bool?
getter/setter pair
isSafeLock bool?
getter/setter pair
isSettingMode bool?
getter/setter pair
isTouch bool?
getter/setter pair
isUnlock bool?
getter/setter pair
isWristband bool?
getter/setter pair
lockType int?
getter/setter pair
mAddress String?
getter/setter pair
name String?
getter/setter pair
orgId int?
getter/setter pair
parkStatus int?
getter/setter pair
protocolType int?
getter/setter pair
protocolVersion int?
getter/setter pair
remoteUnlockSwitch int?
getter/setter pair
rssi int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanRecord List?
getter/setter pair
scene int?
getter/setter pair
sourceJSON String?
getter/setter pair
txPowerLevel int?
getter/setter pair

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.
inherited