contentType property

String contentType

Implementation

String get contentType => js_util.getProperty(this, 'contentType');
void contentType=(String newValue)

Implementation

set contentType(String newValue) {
  js_util.setProperty(this, 'contentType', newValue);
}