Model<T> constructor

Model<T>()

You can create a Model based on a ChangeNotifier.

Implementation

Model() {
  initState();
}