mimeType property

String get mimeType

The MIME type of the image.

Different providers may support different image types.

Implementation

String get mimeType => _value['mimeType'] as String;