RuntimeCompletionExpression constructor

RuntimeCompletionExpression(
  1. int offset,
  2. int length, {
  3. RuntimeCompletionExpressionType? type,
})

Implementation

RuntimeCompletionExpression(this.offset, this.length, {this.type});