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