isXml property
bool
get
isXml
Checks if request content type is XML
Implementation
bool get isXml => contentType?.contains('application/xml') ?? false;
Checks if request content type is XML
bool get isXml => contentType?.contains('application/xml') ?? false;