config method

String? config(
  1. String key
)

Implementation

String? config(String key) => configMap[key];