SubequationsNode constructor

SubequationsNode(
  1. List<LatexNode> content, {
  2. SourceRange? sourceRange,
})

Implementation

SubequationsNode(this.content, {this.sourceRange});