defaultInstance property Null safety
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;