contentType property

String get contentType

Implementation

_i2.String get contentType => _i4.getProperty(
      this,
      'contentType',
    );
set contentType (String value)

Implementation

set contentType(_i2.String value) {
  _i4.setProperty(
    this,
    'contentType',
    value,
  );
}