SimpleQueryT.core constructor

SimpleQueryT.core()

Implementation

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