contentType property Null safety
override
Determines how bytes get decoded.
A decoder is chosen from CodecRegistry according to this value.
Implementation
@override
ContentType? get contentType => _request.headers.contentType;
Determines how bytes get decoded.
A decoder is chosen from CodecRegistry according to this value.
@override
ContentType? get contentType => _request.headers.contentType;