get static method

String get(
  1. String key
)

Returns the raw String value for key in the active environment.

Throws EnvKeyNotFoundException if the key does not exist.

Implementation

static String get(String key) => EnvManager.instance.get(key);