I have problem and dont know to solve.
List<int> list= [1, 2, 3];
How to convert list above into this:
String data= '[1, 2, 3]';
I have problem and dont know to solve.
List<int> list= [1, 2, 3];
How to convert list above into this:
String data= '[1, 2, 3]';