getValue method

dynamic getValue(
  1. String key
)

Implementation

dynamic getValue(String key) => _map[key];