contentType property

ContentType? get contentType
inherited

The ContentType of the contentTypeHeader header, if any.

Implementation

ContentType? contentType;
  1. @override
set contentType (ContentType? _contentType)
override

The ContentType of the contentTypeHeader header, if any.

Implementation

@override
set contentType(_i2.ContentType? _contentType) => super.noSuchMethod(
      Invocation.setter(
        #contentType,
        _contentType,
      ),
      returnValueForMissingStub: null,
    );