class Dry::Schema::KeyMap

def to_dot_notation

Other tags:
    Api: - private
def to_dot_notation
  @to_dot_notation ||= map(&:to_dot_notation).flatten
end