class Dry::Schema::Key

def write(source, target)

Other tags:
    Api: - private
def write(source, target)
  read(source) { |value| target[coerced_name] = value }
end