AnalyzeCommand constructor
AnalyzeCommand(
- FileService _fileService,
- ImageService _imageService,
- AnalysisState _state, [
- UsageService? usageService,
Creates an analyze command with required services.
Implementation
AnalyzeCommand(
this._fileService,
this._imageService,
this._state, [
UsageService? usageService,
]) : _usageService = usageService ?? UsageService();