isUser property

bool get isUser

Is the sender a user.

Implementation

bool get isUser => fromId > 0;