dartBluetoothIdentifier property

String? get dartBluetoothIdentifier

Implementation

String? get dartBluetoothIdentifier {
  return bluetoothIdentifier?.toDartUUIDString();
}