isCompleted property

bool isCompleted

Returns true if the message is in completed state.

Implementation

bool get isCompleted => this is MessageCompleted;