mimeType property

String? get mimeType

The MIME type of the resource.

Implementation

String? get mimeType => _value[Keys.mimeType] as String?;