How to convert List to Map in dart

后端 未结 0 1249
日久生厌
日久生厌 2020-12-30 14:51

I have an API response which is of type List

    response = [{ id: 101, month: \'dec\', empId: 1},
                { id: 102, month: \'jan\', empId: 2},
              


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