class Dry::Schema::Key

def stringified

Other tags:
    Api: - private
def stringified
  new(name: name.to_s)
end