SubequationsNode constructor
SubequationsNode(
- List<
LatexNode> content, { - SourceRange? sourceRange,
Implementation
SubequationsNode(this.content, {this.sourceRange});