isFailed property

bool get isFailed

Returns true if the message is in failed state.

Implementation

bool get isFailed => this is MessageFailed;