NotFoundError.forDescriptor constructor

NotFoundError.forDescriptor(
  1. String? searchUUID,
  2. String? fromUUID
)

Create an error for a BluetoothDescriptor that could not be found.

Implementation

NotFoundError.forDescriptor(final String? searchUUID, this.fromUUID)
    : searchUUID = searchUUID ?? "UNKNOWN",
      searchType = "Descriptor";