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