ComplexityAnalysis constructor
ComplexityAnalysis({})
Implementation
ComplexityAnalysis({
required this.complexityScore,
required this.simpleStrings,
required this.interpolatedStrings,
required this.longStrings,
required this.complexStrings,
});