module Dry::Schema::Extensions::Hints::MessageCompilerMethods

def initialize(*, **)

Other tags:
    Api: - private
def initialize(*, **)
  super
  @hints = @options.fetch(:hints, true)
end