id property

  1. @TagNumber.new(33)
String get id

A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.

Implementation

@$pb.TagNumber(33)
$core.String get id => $_getSZ(23);
  1. @TagNumber.new(33)
set id (String value)

Implementation

@$pb.TagNumber(33)
set id($core.String value) => $_setString(23, value);