ModelRefPath<T> constructor

const ModelRefPath<T>(
  1. String path, [
  2. ModelAdapter? adapter
])

Class for generating ModelRefBase by specifying the path.

ModelRefBaseをパスを指定して生成するためのクラス。

Implementation

const ModelRefPath(this.path, [this.adapter])
    : super(
        const DocumentModelQuery(""),
      );