isError property

bool get isError

True if the message is a error.

Implementation

bool get isError => type == 'error';