peer property

String get peer

The remote party for this message regardless of direction. Useful when grouping messages into a per-buddy thread.

Implementation

String get peer => outgoing ? to : from;