inverted property

  1. @override
Codec<String, Object?> inverted
inherited

Inverts this.

The encoder and decoder of the resulting codec are swapped.

Implementation

@override
Codec<T, S> get inverted => throw UnsupportedError('inverted');