Preserved protobuf wire field that is not represented by the compiled schema.
raw contains the complete encoded field, including tag and value bytes.
Summary
Types
@type t() :: %PB.UnknownField{number: pos_integer(), raw: binary(), wire_type: 0..5}
Functions
@spec from_raw(pos_integer(), 0..5, binary()) :: t()
@spec key() :: :__unknown_fields__
@spec new(pos_integer(), 0..5, binary()) :: t()