ValidationConfig constructor

ValidationConfig({
  1. String? customErrorMessage,
  2. String? customSuccessMessage,
  3. bool? successMessageIsRequired,
})

Implementation

ValidationConfig({this.customErrorMessage,this.customSuccessMessage,this.successMessageIsRequired});