I have an API response which is of type List response = [{ id: 101, month: 'dec', empId: 1}, ... 5} ]; How can I convert into Map ?
確定! 回上一頁