isParticipant property

bool isParticipant

True if the author of this message has participated in the conversation.

Implementation

bool get isParticipant => data!['author']['isParticipant'];