entertainmentConfigurations property

List<EntertainmentConfiguration> get entertainmentConfigurations

All of the EntertainmentConfiguration objects on the network that the user's device has permission to access.

This list is unmodifiable.

Implementation

List<EntertainmentConfiguration> get entertainmentConfigurations =>
    List.unmodifiable(_entertainmentConfigurations);