toError method

ValidaError? toError({
  1. required String property,
})

Implementation

ValidaError? toError({required String property}) {
  return ValidaError.fromNested(property, this);
}