get method

dynamic get(
  1. String key
)

Get a config value

Implementation

dynamic get(String key) {
  return _settings[key];
}