Node.init constructor
Constructor for super call in derived class
Implementation
Node.init(
{FileInfo currentFileInfo,
int index,
this.operands,
this.rules,
this.value}) {
_fileInfo = currentFileInfo;
_index = index;
id = hashCode;
}