contentType property

Future<String?> contentType

The content type of the file if provided.

Implementation

Future<String?> get contentType async => _contentType;