DefaultContentValidator constructor

DefaultContentValidator({
  1. String allowedCharacters = "",
})

Implementation

DefaultContentValidator({
  this.allowedCharacters = "",
}) : super();