DartBlockEnvironmentEvaluationSchema constructor

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

Implementation

DartBlockEnvironmentEvaluationSchema(
  super.isEnabled,
  this.ignoreVariablesStartingWithUnderscore,
) : super(schemaType: DartBlockEvaluationSchemaType.environment);