isUserMessage property
bool
get
isUserMessage
Whether this is a user message.
Implementation
bool get isUserMessage => type == 'user_message';
Whether this is a user message.
bool get isUserMessage => type == 'user_message';