Theme constructor
Theme({})
Implementation
Theme({
this.name,
this.version,
this.versionLatest,
this.authorUrl,
this.isChildTheme,
this.hasWoocommerceSupport,
this.hasWoocommerceFile,
this.hasOutdatedTemplates,
this.overrides,
this.parentName,
this.parentVersion,
this.parentVersionLatest,
this.parentAuthorUrl,
});