model_store library

Model Store manages models of your app.

Classes

ModelStore
Stores and manages models of the app.
SignalModel
Interface for models intended to be used with signal mechanism.

Typedefs

ModelBuilder<T extends SignalModel> = T Function()
Utility class for storing models of your app.