verify property

String? Function(String? text) verify
final

a function on whether the current text is valid (correct set of characters etc) shall return null if correct and an error-string otherwise

Implementation

final String? Function(String? text) verify;