env method

String? env(
  1. String key
)

Implementation

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