DartBlockVariableCountEvaluationSchema constructor

DartBlockVariableCountEvaluationSchema(
  1. bool isEnabled,
  2. bool ignoreVariablesStartingWithUnderscore
)

Implementation

DartBlockVariableCountEvaluationSchema(
  super.isEnabled,
  this.ignoreVariablesStartingWithUnderscore,
) : super(schemaType: DartBlockEvaluationSchemaType.variableCount);