has method

bool has(
  1. String key
)

Check whether an environment variable is present or not.

Implementation

bool has(String key) => _delegate.has(key);