json属性

ContentType json
final

使用UTF-8编码的JSON内容类型。

application/json; charset=utf-8

实现

static final json = ContentType("application", "json", charset: "utf-8");