menu
ews package
documentation
Http/EwsHttpWebResponse.dart
EwsHttpWebResponse
ContentType property
ContentType property
dark_mode
light_mode
ContentType
property
@
override
String
get
ContentType
override
Gets the content type of the response.
Implementation
@override String get ContentType => this.httpClientResponse.headers.contentType?.value ?? "";
ews package
documentation
Http/EwsHttpWebResponse
EwsHttpWebResponse
ContentType property
EwsHttpWebResponse class