The default validator that always returns null (no validation error).
static String? defaultValidator(Object? _) => null;