json

Converting string to map in dart

If you can change the string to valid JSON, you can use import 'dart:convert' ; ... Map valueMap = json.decode(v…

Load More
That is All