urlencoded property

ContentType urlencoded

application/x-www-form-urlencoded; charset=utf-8

Implementation

static ContentType get urlencoded =>
    ContentType.parse('application/x-www-form-urlencoded; charset=utf-8');