isFailed property

bool isFailed

Returns true if the message is in failed state.

Implementation

bool get isFailed => this is MessageFailed;