ContentValidator constructor
ContentValidator({})
Creates a new ContentValidator with the given parameters
Implementation
ContentValidator({
this.logger,
this.minContentLength = 1,
this.maxContentLength = 100000,
this.cleanHtmlTags = true,
this.normalizeWhitespace = true,
this.trimContent = true,
});