mimeType property
String?
get
mimeType
The MIME type of this resource, if known.
Implementation
String? get mimeType => _value['mimeType'] as String?;
The MIME type of this resource, if known.
String? get mimeType => _value['mimeType'] as String?;