ref property

String ref

The unique identifier of the message used throughout its lifecycle.

Implementation

String get ref => _ref ??= _channel.socket.nextRef;