class Dry::Schema::Message

def to_h

Other tags:
    Api: - public

Returns:
  • (Hash) -

Other tags:
    See: Message#to_h -
def to_h
  @to_h ||= _path.to_h(dump)
end