DotenvLoader constructor
const
DotenvLoader({})
Implementation
const DotenvLoader({
this.skipMultipleLocations = true,
this.includeSystemEnvironment = true,
this.files = const ['.env'],
this.searchProjectDirectory = true,
this.searchDirectories,
this.parser = const DefaultParser(),
});