isUser property

bool get isUser

Is this a dialog with the user.

Implementation

bool get isUser => peerType == MessageSource.user;