get method

dynamic get(
  1. String key
)

Implementation

get(String key) {
  return _map[key];
}