Inheritance
Annotations
  • @DocsEditable()
  • @DomName('BluetoothDevice')
  • @Experimental()

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only

Constructors

BluetoothDevice.internal_()

Properties

deviceClass int

@DocsEditable(), @DomName('BluetoothDevice.deviceClass'), @Experimental(), read-only
instanceID String

@DocsEditable(), @DomName('BluetoothDevice.instanceID'), @Experimental(), read-only
name String

@DocsEditable(), @DomName('BluetoothDevice.name'), @Experimental(), read-only
paired bool

@DocsEditable(), @DomName('BluetoothDevice.paired'), @Experimental(), read-only
productID int

@DocsEditable(), @DomName('BluetoothDevice.productID'), @Experimental(), read-only
productVersion int

@DocsEditable(), @DomName('BluetoothDevice.productVersion'), @Experimental(), read-only
vendorID int

@DocsEditable(), @DomName('BluetoothDevice.vendorID'), @Experimental(), read-only
vendorIDSource String

@DocsEditable(), @DomName('BluetoothDevice.vendorIDSource'), @Experimental(), read-only
hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

connectGatt() Future

@DocsEditable(), @DomName('BluetoothDevice.connectGATT'), @Experimental()
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited