getValue method

String getValue(
  1. String key
)

Implementation

String getValue(String key) {
  return _configJson[key];
}