ContentType property

  1. @override
String ContentType
override
Gets the content type of the response.

Implementation

@override
String get ContentType => this._webException.Response.headers.contentType?.value ?? "";