EnhancedTagModel constructor
      const
      EnhancedTagModel({})
     
    
    
Implementation
const EnhancedTagModel({
  required this.id,
  this.tagTypeCode,
  required this.startTime,
  this.endTime,
  required this.startDay,
  this.endDay,
  this.comment,
  this.customName,
});