PipeService constructor

PipeService(
  1. ConfigurationService _config,
  2. FileService _file,
  3. DownloaderService _downloader,
  4. LanguageService _language,
)

Implementation

PipeService(this._config, this._file, this._downloader, this._language);