id property

String? id
getter/setter pair

The ID associated with a message.

This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.

Implementation

core.String? id;