get method

String? get(
  1. String key
)

Get environment key from .env file

Implementation

String? get (String key) => _cache[key];