id property

int id

The ID of the message.

Implementation

int get id => _isDisposed ? throw StateError("Message is disposed") : pointer.ref.id;