entertainmentConfigurations property
List<EntertainmentConfiguration>
get
entertainmentConfigurations
All of the EntertainmentConfiguration objects on the network that the user's device has permission to access.
Implementation
List<EntertainmentConfiguration> get entertainmentConfigurations =>
List.from(_entertainmentConfigurations, growable: false);