hasBody function

Matcher hasBody([
  1. Matcher? bodyMatcher
])

Implementation

Matcher hasBody([Matcher? bodyMatcher]) =>
    ResponseBodyMatcher(bodyMatcher ?? isNotNull);