ValidationResult constructor
ValidationResult({})
Implementation
ValidationResult({
this.message = "",
this.property = "",
this.keyword = "",
this.dataPath = "",
this.schemaPath = "",
this.params = const {},
}) : super();