ExperimentalFeatures constructor

ExperimentalFeatures({
  1. bool? protobufPythonicTypesEnabled,
  2. bool? restAsyncIoEnabled,
  3. bool? unversionedPackageDisabled,
})

Implementation

ExperimentalFeatures({
  this.protobufPythonicTypesEnabled,
  this.restAsyncIoEnabled,
  this.unversionedPackageDisabled,
});