NewExpression constructor

NewExpression(
  1. Token? $new,
  2. Call call
)

Implementation

NewExpression(this.$new, this.call);