models top-level property

Models models
final

The data model representing the entire backend of the dashboard.

This constant is here to provide easy access to the backend. But simply using this variable will not cause the UI to update. For that, you must place it in a ChangeNotifierProvider and use Consumer when needed.

Implementation

final models = Models();