contentDisposition property

String? contentDisposition

Served as the 'Content-Disposition' HTTP header on object download.

Implementation

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