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