in lib/src/multi_headers.dart [34:38]
set contentType(ContentType? value) { for (var headers in _headers) { headers.contentType = value; } }