EnvironmentFileLoader constructor

const EnvironmentFileLoader(
  1. String name,
  2. String file
)

Implementation

const EnvironmentFileLoader(this.name, this.file);