IsolateQueryT.core constructor

IsolateQueryT.core()

Implementation

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