Tag constructor
Implementation
Tag(
{required this.name,
this.icon,
required this.slug,
required this.color,
this.category,
this.visibility,
this.isSelected = false});
Tag(
{required this.name,
this.icon,
required this.slug,
required this.color,
this.category,
this.visibility,
this.isSelected = false});