decodeLS method
jsn
to be encoded as List
Implementation
static List<String> decodeLS(String jsn) {
return json.decode(jsn).cast<String>();
}
jsn
to be encoded as List
static List<String> decodeLS(String jsn) {
return json.decode(jsn).cast<String>();
}