ExpressionNode constructor
ExpressionNode([
- dynamic snipped = '',
- dynamic nodeType = 'void'
Implementation
ExpressionNode([snipped = '', nodeType = 'void']) : super(nodeType) {
generateLength = 1;
this.snipped = snipped;
}