getValue method

dynamic getValue(
  1. String key
)

Retrieves the current value of a specific field.

Implementation

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