http.post(
url,
body: json.encode(
{
'id': meal.id,
'title': meal.title,
'imageUrl': meal.imageUrl,
'catId': meal.catId,
'choices': {
}
},
),
);
问问题
14 次