isXml property

bool get isXml

Checks if request content type is XML

Implementation

bool get isXml => contentType?.contains('application/xml') ?? false;