getValue method

dynamic getValue(
  1. String key
)

Implementation

dynamic getValue(String key) {
  return _data[key];
}