ZoneDistributionConfig constructor

ZoneDistributionConfig({
  1. String? mode,
  2. String? zone,
})

Implementation

ZoneDistributionConfig({
  this.mode,
  this.zone,
});