FormValidatorExtensionExt extension

on

Methods

that(dynamic data, {String? label}) FormValidator

Available on List<FormValidator>, provided by the FormValidatorExtensionExt extension

Add a new FormValidator to the list. Returns the newly created FormValidator.
validateAll(dynamic data) FormValidationResponseBag

Available on List<FormValidator>, provided by the FormValidatorExtensionExt extension

Validate a list of FormValidator objects. Returns a List<FormValidationResponse> indicating success or error for each validator.