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