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