readValue function

Object? readValue(
  1. dynamic json,
  2. String key
)

Implementation

Object? readValue(dynamic json, String key) {
  return vyuh.content.provider.fieldValue(key, json);
}