json属性
final
使用UTF-8编码的JSON内容类型。
application/json; charset=utf-8
实现
static final json = ContentType("application", "json", charset: "utf-8");
使用UTF-8编码的JSON内容类型。
application/json; charset=utf-8
static final json = ContentType("application", "json", charset: "utf-8");