Tag constructor
Tag({})
Implementation
Tag({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.category,
this.name,
this.description,
this.color,
this.important,
this.status,
this.allowedPositions,
});