Env constructor

Env()

Implementation

Env() {
  final env = DotEnv()..load();

  deeplAuthKey = env['DEEPL_AUTH_KEY'];
}