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