BucketWebsite.fromJson constructor
      
      BucketWebsite.fromJson(
    
    
- Map json_
 
Implementation
BucketWebsite.fromJson(core.Map json_)
  : this(
      mainPageSuffix: json_['mainPageSuffix'] as core.String?,
      notFoundPage: json_['notFoundPage'] as core.String?,
    );