entertainments property

List<Entertainment> get entertainments

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

This list is unmodifiable.

Implementation

List<Entertainment> get entertainments => List.unmodifiable(_entertainments);