call method

String? call(
  1. String? value
)

Implementation

String? call(String? value) => validate(value) == null ? null : errorMessage;