List of 128-bit UUIDs that represents the available local services.
List<BlueZUUID> get uuids => (_object.getStringArrayProperty(_adapterInterfaceName, 'UUIDs') ?? []) .map((value) => BlueZUUID.fromString(value)) .toList();