Retrieves the string value for key, or returns null if not found.
key
null
static String? getOrNull(String key) => _env[key];