DotEnv constructor

DotEnv({
  1. bool includePlatformEnvironment = false,
  2. bool quiet = false,
})

Implementation

DotEnv({this.includePlatformEnvironment = false, this.quiet = false}) {
  if (includePlatformEnvironment) _addPlatformEnvironment();
}