temperatures property
List<Temperature>
get
temperatures
All of the Temperature objects on the network that the user's device has permission to access.
This list is unmodifiable.
Implementation
List<Temperature> get temperatures => List.unmodifiable(_temperatures);