get method

dynamic get(
  1. String name
)

Implementation

dynamic get(String name) {
  return _memory[name] ?? "";
}