BluetoothDescriptor constructor
BluetoothDescriptor({})
Implementation
BluetoothDescriptor({
required this.remoteId,
this.primaryServiceUuid,
required this.serviceUuid,
required this.characteristicUuid,
this.instanceId = 0,
required this.descriptorUuid,
});