fromJson(Map<String, dynamic> json) : name = json['name'], ... assume that the toppings field is not a String, but is an Array of strings.
確定! 回上一頁