isOutgoing property

bool isOutgoing

Returns true if the message is in outgoing state.

Implementation

bool get isOutgoing => this is MessageOutgoing;