pickedConfig property

Config? pickedConfig

Implementation

Config? get pickedConfig {
  return configMap[pickedName ?? ''];
}