mimeType property

String? mimeType
final

The mime type of the asset.

  • Android: MediaStore.MediaColumns.MIME_TYPE.
  • iOS/macOS: Always null. Use the async getter mimeTypeAsync instead.

See also:

Implementation

final String? mimeType;