getValue method

dynamic getValue(
  1. String key
)

Implementation

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