DT
Size: a a a
DT
B
B
B
B
A
B
B
DB
jsonDecode(value.body)['data'].map((e) => e.toString()).toList().cast<String>()
DY
jsonDecode(value.body)['data'].map((e) => e.toString()).toList().cast<String>()
DB
Error: Expected a value of type 'List<String>', but got one of type 'List<dynamic>'
VO
Ю
DG
jsonDecode(value.body)['data'].map((e) => e.toString()).toList().cast<String>()
SK
VO
Ю