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