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

alias String?
final
bondState BondState?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int?
final

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