isJSON property

bool isJSON

Returns true if is application/json.

Implementation

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