servicesAsResources property
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 service's ResourceType cannot be found on the hueNetwork.
Implementation
List<Resource> get servicesAsResources => getRelativesAsResources(services);