contentType property

String contentType
inherited

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

Implementation

String get contentType => jsObject.contentType;
void contentType=(String s)
inherited

Implementation

set contentType(String s) {
  jsObject.contentType = s;
}