AnalyzedClass constructor

AnalyzedClass(
  1. ClassElement classElement, {
  2. bool isMockLike = false,
  3. Map<String, DartType?> locals = const {},
})

Implementation

AnalyzedClass(
  this.classElement, {
  this.isMockLike = false,
  this.locals = const {},
});