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;
The MIME type of the image.
Different providers may support different image types.
String get mimeType => _value['mimeType'] as String;