isJSON property

bool get isJSON

Returns true if is application/json.

Implementation

bool get isJSON => subType == 'json';