ModelQueryBase<TModel extends Listenable> constructor

const ModelQueryBase<TModel extends Listenable>()

Base class for creating state-to-state usage queries for the model to be code-generated by the builder.

Basically, you can get classes that inherit from DocumentBase or CollectionBase.

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

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

Implementation

const ModelQueryBase()
    : super(
        _provider,
      );