ExtendedBluetoothDevice constructor
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,
Implementation
ExtendedBluetoothDevice(
{this.date,
this.disconnectStatus,
this.groupId,
this.isBicycleLock,
this.isCyLinder,
this.isDfuMode,
this.isGlassLock,
this.isLockcar,
this.isNoLockService,
this.isPadLock,
this.isRemoteControlDevice,
this.isRoomLock,
this.isSafeLock,
this.isTouch,
this.isUnlock,
this.isWristband,
this.lockType,
this.orgId,
this.parkStatus,
this.protocolType,
this.protocolVersion,
this.remoteUnlockSwitch,
this.scene,
this.txPowerLevel,
this.batteryCapacity,
this.device,
this.isSettingMode,
this.mAddress,
this.name,
this.rssi,
this.scanRecord,
this.sourceJSON});