valueForKey method

dynamic valueForKey(
  1. String key
)

Implementation

dynamic valueForKey(String key) => state.data[key];