如何在flutter应用程序中使用json将数据类型为TimeOfDay的数据“发布”

时间:2020-03-26 20:21:16

标签: json flutter dart

我创建了一个包含“每日时间”类型的类,我想使用“ j son”进行“ GET”和“ post”操作,所以我该怎么做

   final response = await http.post(url,
              body: json.encode({
        'goTime': post.fromTime,
        'returnTime': post.toTime,

    })
    //"go time" and "return time "are" Time of day "datatype

0 个答案:

没有答案