class Dry::Configurable::Setting::Nested

@api private
Specialized Setting which includes nested settings

def constructor

Other tags:
    Api: - private
def constructor
  CONSTRUCTOR
end

def pristine

Other tags:
    Api: - private
def pristine
  with(input: input.pristine)
end