AnalyzeCommand constructor

AnalyzeCommand(
  1. FileService _fileService,
  2. ImageService _imageService,
  3. AnalysisState _state
)

Implementation

AnalyzeCommand(this._fileService, this._imageService, this._state);