ConfigStore.get
T get(T)(string key, T defaultValue = T.init) const @safeGet a value with a default fallback.
Parameters
key | The key to look up |
defaultValue | Value to return if key doesn't exist or cannot be converted |
Returns
The value at key, or defaultValue if not found or conversion fails.