CommandNode constructor

CommandNode(
  1. String name, {
  2. List<LatexNode> arguments = const [],
  3. List<String> options = const [],
  4. SourceRange? sourceRange,
})

Implementation

CommandNode(
  this.name, {
  this.arguments = const [],
  this.options = const [],
  this.sourceRange,
});