setValue method

void setValue(
  1. String key,
  2. dynamic value
)

Implementation

void setValue(String key, dynamic value) => _map[key] = value;