Get environment key from .env file as T
T
@override T get<T> (String key, { T? defaultValue }) => (_cache[key] ?? defaultValue) as T;