ExtendedBluetoothDevice constructor

ExtendedBluetoothDevice({
  1. int? date,
  2. int? disconnectStatus,
  3. int? groupId,
  4. bool? isBicycleLock,
  5. bool? isCyLinder,
  6. bool? isDfuMode,
  7. bool? isGlassLock,
  8. bool? isLockcar,
  9. bool? isNoLockService,
  10. bool? isPadLock,
  11. bool? isRemoteControlDevice,
  12. bool? isRoomLock,
  13. bool? isSafeLock,
  14. bool? isTouch,
  15. bool? isUnlock,
  16. bool? isWristband,
  17. int? lockType,
  18. int? orgId,
  19. int? parkStatus,
  20. int? protocolType,
  21. int? protocolVersion,
  22. int? remoteUnlockSwitch,
  23. int? scene,
  24. int? txPowerLevel,
  25. int? batteryCapacity,
  26. Device? device,
  27. bool? isSettingMode,
  28. String? mAddress,
  29. String? name,
  30. int? rssi,
  31. List? scanRecord,
  32. 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});