mimeType property
String?
get
mimeType
The MIME type for all resources that match this template.
This should only be included if all resources matching this template have the same type.
Implementation
String? get mimeType => _value['mimeType'] as String?;