FieldValidator<T> constructor

FieldValidator<T>({
  1. String? errorMessage,
})

Implementation

FieldValidator({this.errorMessage});