mapEntries function

Iterable<MapLiteralEntry> mapEntries(
  1. SetOrMapLiteral map
)

Implementation

Iterable<MapLiteralEntry> mapEntries(SetOrMapLiteral map) =>
    map.elements.whereType<MapLiteralEntry>();