PythonSettings constructor
PythonSettings({
- CommonLanguageSettings? common,
- PythonSettings_ExperimentalFeatures? experimentalFeatures,
Implementation
PythonSettings({this.common, this.experimentalFeatures})
: super(fullyQualifiedName);