defaultInstance property Null safety

CodecRegistry defaultInstance

The instance used by Conduit to encode and decode HTTP bodies.

Custom codecs must be added to this instance. This value is guaranteed to be non-null.

Implementation

static CodecRegistry get defaultInstance => _defaultInstance;