Website constructor Null safety

Website(
  1. String url,
  2. {WebsiteLabel label = WebsiteLabel.homepage,
  3. String customLabel = ''}
)

Implementation

Website(this.url,
    {this.label = WebsiteLabel.homepage, this.customLabel = ''});