get method

dynamic get(
  1. String name
)

Implementation

dynamic get(String name) {
  return variables[name];
}