isImportant property

bool? get isImportant

true if the message is marked as important.

Implementation

bool? get isImportant => message['important'];