isCurrentUser property

bool get isCurrentUser

isCurrentUser

Implementation

bool get isCurrentUser => userId == chat.chatContext.currentUser?.userId;