Note that the jsonDecode() function is shorthand for json.decode() . // String to JSON object final dataFromJson = json.decode(str); // Or final ...
確定! 回上一頁