isIncoming property

bool get isIncoming

Is this message received from remote side or sent by local side

Implementation

bool get isIncoming => _isIncoming;