BluetoothDevice class
Constructors
- BluetoothDevice({required String? id, required String? name, required int? type, required String? alias, required BondState? bondState})
- BluetoothDevice.fromDynamic(dynamic e)
-
factory
Properties
Methods
-
copy(
{String? id, String? name, int? type, String? alias, BondState? bondState}) → BluetoothDevice -
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.
override