getValue method

dynamic getValue(
  1. String key
)

Implementation

dynamic getValue(String key) {
  return this.map[key];
}