customAttributeValidators property

  1. @Deprecated("For internal use by the Validator only")
Map<String, ValidationContext Function(ValidationContext, Object)> customAttributeValidators

The set of functions to validate custom keywords.

Implementation

@Deprecated("For internal use by the Validator only")
Map<String, ValidationContext Function(ValidationContext, Object)> get customAttributeValidators =>
    _customAttributeValidators;