mimeType property

String? get mimeType

The MIME type of this resource, if known.

Implementation

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