set method

void set(
  1. String name,
  2. String value
)

Implementation

void set(String name, String value) {
  _map[_norm(name)] = [value];
}