json property

ContentType json
final

Content type for JSON using UTF-8 encoding.

application/json; charset=utf-8

Implementation

@pragma('vm:shared')
static final json = ContentType("application", "json", charset: "utf-8");