messageFormat property
The format byte the signer stated. Like message_type, it must match what was signed,
since the byte is inside the signed bytes.
Implementation
@$pb.TagNumber(8)
MessageFormat get messageFormat => $_getN(6);
Implementation
@$pb.TagNumber(8)
set messageFormat(MessageFormat value) => $_setField(8, value);