contentType property

String get contentType

Implementation

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

Implementation

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