ValidaError constructor
const
ValidaError({})
Implementation
const ValidaError({
required this.property,
required this.value,
required this.errorCode,
required this.message,
this.validationParam,
this.nestedValidation,
});