PropertyValidation constructor

const PropertyValidation(
  1. String propertyName,
  2. ErrorList errorList
)

Implementation

const PropertyValidation(super.propertyName, this.errorList);