PythonSettings constructor

PythonSettings({
  1. CommonLanguageSettings? common,
  2. ExperimentalFeatures? experimentalFeatures,
})

Implementation

PythonSettings({
  this.common,
  this.experimentalFeatures,
});