DocumentFormatter constructor
DocumentFormatter({})
Implementation
DocumentFormatter(
{this.title,
this.author,
this.excerpt,
this.category,
this.date,
this.order = 1,
this.iconUrl,
this.iconDarkUrl,
this.description,
this.hideTableContent = false});