copy method
Implementation
@override
DartBlockEnvironmentEvaluationSchema copy() {
return DartBlockEnvironmentEvaluationSchema(
isEnabled,
ignoreVariablesStartingWithUnderscore,
);
}
@override
DartBlockEnvironmentEvaluationSchema copy() {
return DartBlockEnvironmentEvaluationSchema(
isEnabled,
ignoreVariablesStartingWithUnderscore,
);
}