getValidator method

Map<String, Object?> getValidator()

Retrieves the validators map.

Returns a map of validators for various forms.

Implementation

Map<String, Object?> getValidator() {
  return _validator;
}