ControllerQueryBase<TController extends Listenable> constructor

const ControllerQueryBase<TController extends Listenable>()

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

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

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

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

Implementation

const ControllerQueryBase()
    : super(
        _provider,
      );