Tag constructor
Tag({})
Creates a new Tag instance
Implementation
Tag({
required this.id,
required this.name,
required this.isPredefined,
this.predefinedTagKey,
this.category,
this.color,
});
Creates a new Tag instance
Tag({
required this.id,
required this.name,
required this.isPredefined,
this.predefinedTagKey,
this.category,
this.color,
});