isComplete property

bool get isComplete

Whether the message is complete.

Implementation

bool get isComplete => status == MessageStatus.completed;