getConfig method

SettingConfig? getConfig(
  1. String key
)

Get the config for a setting.

Implementation

SettingConfig? getConfig(String key) => _settings[key];