getValidator abstract method

StringValidator? getValidator(
  1. String name
)

Returns the StringValidator for name, or null if unrecognised.

Implementation

StringValidator? getValidator(String name);