BucketVersioning constructor

BucketVersioning({
  1. bool? enabled,
})

Implementation

BucketVersioning({
  this.enabled,
});