isUserMessage property

bool get isUserMessage

Whether this is a user message.

Implementation

bool get isUserMessage => type == 'user_message';