Dart: find the key from the value and add to a new list

后端 未结 0 1843
栀梦
栀梦 2021-01-04 05:01

I am trying to search certain value and add to List.

a = [
   {anna: 2},
   {jane: 9},
   {paul: 1},
]

b = [1, 2],

I want to search the name

相关标签:
回答
  • 消灭零回复
提交回复
热议问题