mimeType property

String? mimeType

The MIME type of the response.

See NSURLResponse.MIMEType

Implementation

String? get mimeType => toStringOrNull(_nsObject.MIMEType);