Returns mimeType as String. Returns '' if null.
String get mimeTypeAsString => mimeType != null ? mimeType.toString() : '';