env method

String? env(
  1. String key
)

Get an environment variable.

Implementation

String? env(String key) => _environment[key];