class Dry::Schema::MessageSet

def freeze

Other tags:
    Api: - private
def freeze
  to_h
  empty?
  super
end