isOnError property

bool isOnError

A test to determine if this Notification wraps an error event

Implementation

bool get isOnError => kind == Kind.onError;