EnvHandler constructor

EnvHandler(
  1. String filePath
)

Implementation

EnvHandler(String filePath) {
  _filePath = filePath;
}