matchValidators top-level property

Map<String, MatchValidatorFunction> matchValidators
final

A map containing match validator functions.

Implementation

final Map<String, MatchValidatorFunction> matchValidators = {
  'match': matchValidator,
};