class Dry::Schema::Key

def coerced_name

Other tags:
    Api: - private
def coerced_name
  @__coerced_name__ ||= coercer[name]
end