validateWith static method
Validates an arbitrary decoded value against schema — the
third-party entry for roots that are not message objects.
Implementation
static ZapValidationResult validateWith(
Object? value,
Map<String, Object?> schema,
) => _validateValue(value, schema, '');