PythonSettings_ExperimentalFeatures constructor

PythonSettings_ExperimentalFeatures({
  1. bool restAsyncIoEnabled = false,
  2. bool protobufPythonicTypesEnabled = false,
  3. bool unversionedPackageDisabled = false,
})

Implementation

PythonSettings_ExperimentalFeatures({
  this.restAsyncIoEnabled = false,
  this.protobufPythonicTypesEnabled = false,
  this.unversionedPackageDisabled = false,
}) : super(fullyQualifiedName);