DeferredQueryT.core constructor

DeferredQueryT.core()

Implementation

factory DeferredQueryT.core() {
   return DeferredQueryT(
    templateFileId: "query_deferred",
    templateFolder: AFProjectPaths.pathGenerateCoreFiles,
  );
}