defaultValue property
T?
defaultValue
final
Optional default value to return if the variable is missing.
If provided, this will be used as a fallback whenever the key is not present in the environment.
Implementation
final T? defaultValue;