api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Inverts this.
this
The encoder and decoder of the resulting codec are swapped.
Codec<T, S> get inverted => _InvertedCodec<T, S>(this);