MoorTableDeclaration constructor

MoorTableDeclaration(
  1. TableInducingStatement node,
  2. FoundFile file
)

Implementation

factory MoorTableDeclaration(TableInducingStatement node, FoundFile file) {
  return MoorTableDeclaration._(
    SourceRange.fromNodeAndFile(node, file),
    node,
  );
}