performValidation method

  1. @override
void performValidation (String path, dynamic value, List<ValidationResult> results)
override

Validates a given value against the schema and configured validation rules.

  • path a dot notation path to the value.
  • value a value to be validated.
  • results a list with validation results to add new results.