PropertyValidation constructor

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

Implementation

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