findValue method

dynamic findValue(
  1. String key
)

Implementation

findValue(String key) {
  return values.value[key]?['value'];
}