validatorMessage abstract method

String validatorMessage(
  1. String fieldName
)

Retrieves the validator message for the field.

  • fieldName: The name or label of the form field being validated.

Subclasses should implement this method to provide specific validation messages.

Implementation

String validatorMessage(String fieldName);