getValue method

dynamic getValue(
  1. String propertyName
)

Implementation

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