keys method

Returns an iterator allowing you to go through all keys of the key/value pairs contained in this object.

MDN Reference

Implementation

@override
Iterable<String> keys() => _headers.keys();