getCurrentValue method

String getCurrentValue(
  1. String key
)

Implementation

String getCurrentValue(String key) {
  return _getLocalDataValue(key, submission.data);
}