atField method

KeyValueCodec<A> atField(
  1. String key
)

Implementation

KeyValueCodec<A> atField(String key) => KeyValueCodec(key, this);