RuntimeCompletionVariable constructor

RuntimeCompletionVariable(
  1. String name,
  2. RuntimeCompletionExpressionType type
)

Implementation

RuntimeCompletionVariable(this.name, this.type);