services property

List<String>? services

A list of UUIDS (should be lower case) of the services that the device must have. A device is only allowed if it has all the services.

Implementation

external List<String>? get services;