pickedConfig property

Config? get pickedConfig

Implementation

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