defaultInstance property

CodecRegistry defaultInstance

The instance used by aquedart 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;