ValidationErrorsEntry constructor

ValidationErrorsEntry({
  1. String? checkName,
  2. String? errorMessage,
})

Implementation

ValidationErrorsEntry({
  this.checkName,
  this.errorMessage,
});