ValidationError constructor

ValidationError({
  1. String? errorMessage,
})

Implementation

ValidationError({
  this.errorMessage,
});