messageFormat property

  1. @TagNumber.new(7)
MessageFormat get messageFormat

The format byte the off-chain header states, and what the body is then checked against. Defaults to MessageFormat_utf8. Refused for MessageType_raw for the same reason a domain is: there is no header to put it in.

Implementation

@$pb.TagNumber(7)
MessageFormat get messageFormat => $_getN(6);
  1. @TagNumber.new(7)
set messageFormat (MessageFormat value)

Implementation

@$pb.TagNumber(7)
set messageFormat(MessageFormat value) => $_setField(7, value);