length property

int length

The length of the message.

Implementation

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