addVariableByType method

void addVariableByType(
  1. dynamic value
)

Adds a named variable to the context

Implementation

void addVariableByType(value) {
  _variablesByType.add(value);
}