name property

String? name
final

The name of the device.

Bluetooth devices are not required to provide a name so this String is nullable.

Implementation

final String? name;