get abstract method

String get(
  1. String key, {
  2. String? fallback,
})

Returns the value of the environment variable specified by key, or the fallback value if not found.

Implementation

String get(String key, {String? fallback});