entertainmentConfigurations property

List<EntertainmentConfiguration> 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);