childrenAsResources property

List<Resource> childrenAsResources

Returns a list of the children as Resource objects.

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

Implementation

List<Resource> get childrenAsResources => getRelativesAsResources(children);