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
@override String? maybeGet(String key, {String? fallback}) => null;