ParsedArguments constructor
const
ParsedArguments({})
Implementation
const ParsedArguments({
required this.excludePath,
required this.rootFolder,
required this.metricsConfig,
required this.shouldPrintConfig,
this.jsonReportPath,
});