getInt static method

int getInt(
  1. String key
)

Returns the value for key parsed as an int.

Throws EnvKeyNotFoundException or FormatException.

Implementation

static int getInt(String key) => EnvManager.instance.getInt(key);