Skip to content

KeyValueCodecOps

extensionKeyValueCodecOpsonString

Syntax for creating KeyValueCodec instances from a field-name string.

Methods

as() extension

KeyValueCodec<A>as<A>(Codec<A>codec)

Available on String, provided by the KeyValueCodecOps extension

Implementation
dart
KeyValueCodec<A> as<A>(Codec<A> codec) => KeyValueCodec(this, codec);