UpCustomValidation constructor

UpCustomValidation({
  1. String? rejex,
  2. String? message,
})

Implementation

UpCustomValidation({this.rejex, this.message});