validate abstract method

String? validate(
  1. String? value
)

Validates the value and returns an error string if it fails, or null if it passes.

Implementation

String? validate(String? value);