responseToMessageUuid property

  1. @TagNumber.new(11)
String get responseToMessageUuid

Stores the optional UUID of the message that this message is a response to

Implementation

@$pb.TagNumber(11)
$core.String get responseToMessageUuid => $_getSZ(2);
  1. @TagNumber.new(11)
set responseToMessageUuid (String value)

Implementation

@$pb.TagNumber(11)
set responseToMessageUuid($core.String value) => $_setString(2, value);