isJson property

bool isJson

Implementation

bool get isJson => contentType?.contains('json') == true;