isAssistant property

bool get isAssistant

Whether this is an assistant message.

Implementation

bool get isAssistant => role == 'assistant';