uuid property

BlueZUUID uuid

Unique ID for this service.

Implementation

BlueZUUID get uuid => BlueZUUID.fromString(
    _object.getStringProperty(_serviceInterfaceName, 'UUID') ?? '');