toMultiMap method

Map<String, List<String>> toMultiMap()

Implementation

Map<String, List<String>> toMultiMap() {
  return Map.from(_headers);
}