Returns the value of the environment variable specified by key, or the fallback value if not found, or null if neither is found.
key
fallback
String? maybeGet(String key, {String? fallback});