servicesAsResources property

List<Resource> servicesAsResources

Returns a list of the services as Resource objects.

Throws MissingHueNetworkException if the hueNetwork is null, if a service can not be found on the hueNetwork, or if the relative's ResourceType cannot be found on the hueNetwork.

Implementation

List<Resource> get servicesAsResources => getRelativesAsResources(services);