envVar static method

String? envVar(
  1. String key
)

Implementation

static String? envVar(String key) => environment[key];