set method

void set(
  1. String name,
  2. dynamic memory
)

Implementation

void set(String name, dynamic memory) {
  _memory[name] = memory;
}