at method

Decoder<A> at(
  1. String key
)

Implementation

Decoder<A> at(String key) => DownFieldDecoder(key, this);