isFromUser property

bool get isFromUser

Whether the sender is a user.

Implementation

bool get isFromUser => senderType == MessageSource.user;