responseToMessageUuid property
Stores the optional UUID of the message that this message is a response to
Implementation
@$pb.TagNumber(30)
$core.String get responseToMessageUuid => $_getSZ(8);
Implementation
@$pb.TagNumber(30)
set responseToMessageUuid($core.String value) => $_setString(8, value);