parse static method

Implementation

static RuntimeCompletionVariable parse(Map m) {
  return new RuntimeCompletionVariable(
      m['name'], RuntimeCompletionExpressionType.parse(m['type']));
}