getValue method

dynamic getValue(
  1. String key
)

Implementation

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