BaseValidator constructor

BaseValidator(
  1. String value,
  2. String attribute
)

Implementation

BaseValidator(this.value, this.attribute);