We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0eb503 commit e2578ecCopy full SHA for e2578ec
content/dart/concepts/map/terms/map/map.md
@@ -1,13 +1,13 @@
1
---
2
-Title: 'Map.map()'
3
-Description: 'Map.map() transforms each key-value pair in a Dart Map into a new Map.'
+Title: '.map()'
+Description: '.map() transforms each key-value pair in a Dart Map into a new Map.'
4
Subjects:
5
- 'Computer Science'
6
- 'Web Development'
7
Tags:
8
- 'Dart'
9
- 'Data Structures'
10
- - 'Methods'
+ - 'Map'
11
CatalogContent:
12
- 'learn-dart'
13
- 'paths/computer-science'
@@ -84,4 +84,4 @@ Here is the output for the above example:
84
```shell
85
Original Map: {x: apple, y: banana, z: cherry}
86
New Map after using .map(): {x: APPLE, y: BANANA, z: CHERRY}
87
-```
+```
0 commit comments