entries method
Returns an iterator allowing to go through all key/value pairs contained in this object.
Implementation
@override
Iterable<(String, String)> entries() => _headers.entries();
Returns an iterator allowing to go through all key/value pairs contained in this object.
@override
Iterable<(String, String)> entries() => _headers.entries();