headerMap method

Map<String, String>? headerMap()

Implementation

Map<String, String>? headerMap() {
  if (_headerMap.isEmpty) return null;
  return _headerMap;
}