contentType property

String? get contentType

Implementation

String? get contentType => _$this._contentType;
set contentType (String? contentType)

Implementation

set contentType(String? contentType) => _$this._contentType = contentType;