addVariableByType method
void
addVariableByType(
- dynamic value
Adds a named variable to the context
Implementation
void addVariableByType(value) {
_variablesByType.add(value);
}
Adds a named variable to the context
void addVariableByType(value) {
_variablesByType.add(value);
}