getValue static method

dynamic getValue(
  1. String key
)

Implementation

static getValue(String key) {
  return _config[key];
}