OptimizeCommand constructor

OptimizeCommand(
  1. FileService _fileService,
  2. ImageService _imageService,
  3. CacheService _cacheService,
  4. OptimizationState _state,
)

Implementation

OptimizeCommand(
  this._fileService,
  this._imageService,
  this._cacheService,
  this._state,
);