messageFormat property
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);
Implementation
@$pb.TagNumber(7)
set messageFormat(MessageFormat value) => $_setField(7, value);