HomeBin constructor

HomeBin(
  1. Logger logger,
  2. String homeDir
)

Implementation

HomeBin(this.logger, this.homeDir);