add method

void add(
  1. String key,
  2. String value
)

Implementation

void add(String key, String value) {
  _add(key, value);
}