SpecialQuery.fromMoor constructor

SpecialQuery.fromMoor(
  1. DeclaredStatement stmt,
  2. FoundFile file
)

Implementation

factory SpecialQuery.fromMoor(DeclaredStatement stmt, FoundFile file) {
  return SpecialQuery(stmt.statement.span!.text,
      MoorSpecialQueryDeclaration.fromNodeAndFile(stmt, file));
}