AllowedBluetoothDevice class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
-
AllowedBluetoothDevice({required String deviceId, required bool mayUseGATT, dynamic allowedServices, required Iterable<
int> allowedManufacturerData}) -
factory
Properties
-
allowedManufacturerData
↔ Iterable<
int> -
Available on AllowedBluetoothDevice, provided by the PropsAllowedBluetoothDevice extension
getter/setter pair - allowedServices ↔ dynamic
-
Available on AllowedBluetoothDevice, provided by the PropsAllowedBluetoothDevice extension
getter/setter pair - deviceId ↔ String
-
Available on AllowedBluetoothDevice, provided by the PropsAllowedBluetoothDevice extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- mayUseGATT ↔ bool
-
Available on AllowedBluetoothDevice, provided by the PropsAllowedBluetoothDevice extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited