mimeType property

String? get mimeType

Implementation

String? get mimeType => _mimeType ?? (dataUri?.mimeType);