BucketWebsite constructor

BucketWebsite({
  1. String? mainPageSuffix,
  2. String? notFoundPage,
})

Implementation

BucketWebsite({
  this.mainPageSuffix,
  this.notFoundPage,
});