responseToMessageUuid property

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

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

Implementation

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

Implementation

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