NewCommandNode constructor

NewCommandNode(
  1. String commandName,
  2. int numArgs,
  3. List<LatexNode> definition, {
  4. String? defaultArg,
  5. SourceRange? sourceRange,
})

Implementation

NewCommandNode(
  this.commandName,
  this.numArgs,
  this.definition, {
  this.defaultArg,
  this.sourceRange,
});