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