Target constructor
Target({})
Implementation
Target({
required this.name,
required this.where,
this.needsHtml = true,
this.cleaner,
this.minifyHtmlHead = false,
this.minifyHtmlScripts = false,
this.minifyHtmlStyles = false,
this.minifyHtmlForms = false,
});