EnvKeyNotFoundException constructor

const EnvKeyNotFoundException(
  1. String key, {
  2. String? envName,
})

Creates an EnvKeyNotFoundException for the given key.

Implementation

const EnvKeyNotFoundException(this.key, {this.envName});