I've my List as "["Monday", "Tuesday"]". But I want it as ["Monday", "Tuesday"]. How to convert it?
Asked
Active
Viewed 89 times
0
-
2refer https://stackoverflow.com/questions/52288553/flutter-how-to-convert-string-to-liststring – Jitesh Mohite Oct 05 '20 at 11:28
-
@jitsm555 That's not helpful, actually. because I'm parsing this data to the API – Pankaj Oct 05 '20 at 11:32
-
2Does this answer your question? [Flutter how to convert String to List
](https://stackoverflow.com/questions/52288553/flutter-how-to-convert-string-to-liststring) – J. S. Oct 05 '20 at 12:00 -
No actually, I'm passing this data to the API. So, that answer is not useful – Pankaj Oct 05 '20 at 12:12