isUser property

bool get isUser

Checks if the message origin is from the user.

Implementation

bool get isUser => this == MessageOrigin.user;