getDouble static method

double getDouble(
  1. String key
)

Returns the value for key parsed as a double.

Throws EnvKeyNotFoundException or FormatException.

Implementation

static double getDouble(String key) => EnvManager.instance.getDouble(key);