groupAsResource property
Resource
get
groupAsResource
Returns a Resource object that represents the group of this Resource.
Throws MissingHueNetworkException if the hueNetwork is null, if the group cannot be found on the hueNetwork, or if the group's ResourceType cannot be found on the hueNetwork.
Implementation
Resource get groupAsResource => getRelativeAsResource(group);