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(2);
Implementation
@$pb.TagNumber(11)
set responseToMessageUuid($core.String value) => $_setString(2, value);