LangFunc constructor

LangFunc(
  1. String name,
  2. FuncDec funcDec
)

Constructs a language function with the specified name and declaration.

Implementation

LangFunc(this.name, this.funcDec);