FormControllerQueryBase<TModel> constructor

const FormControllerQueryBase<TModel>()

Base class for creating state-to-state usage queries for FormController that are code-generated by the builder.

Basically, you can get a class that inherits from ChangeNotifier.

ビルダーによりコード生成するFormControllerの状態間利用クエリを作成するためのベースクラス。

基本的にはChangeNotifierを継承したクラスを取得することが出来ます。

Implementation

const FormControllerQueryBase()
    : super(
        _provider,
      );