DataplaneV2FeatureSpec constructor

DataplaneV2FeatureSpec({
  1. bool? enableEncryption,
})

Implementation

DataplaneV2FeatureSpec({
  this.enableEncryption,
});