contentType property

String? contentType

Served as the 'Content-Type' header on object download.

Implementation

String? get contentType {
  return _metadata['contentType'];
}