isFormURLEncoded property

bool isFormURLEncoded

Returns true if is application/x-www-form-urlencoded.

Implementation

bool get isFormURLEncoded =>
    type == 'application' && subType == 'x-www-form-urlencoded';