validate method

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

Validates the given value. None of the values set in this ExcludedRule object must exist in the value that is given for validation to pass.

  • path the dot notation path to the value that is to be validated.
  • schema (not used in this implementation).
  • value the value that is to be validated.
  • results the results of the validation.