messageId property

  1. @TagNumber.new(3)
String get messageId

ID of this message, assigned by the server when the message is published. Guaranteed to be unique within the topic.

Implementation

@$pb.TagNumber(3)
$core.String get messageId => $_getSZ(2);
  1. @TagNumber.new(3)
set messageId (String v)

Implementation

@$pb.TagNumber(3)
set messageId($core.String v) {
  $_setString(2, v);
}