isOnError property
bool
get
isOnError
A test to determine if this Notification wraps an error event
Implementation
bool get isOnError => kind == Kind.onError;
A test to determine if this Notification wraps an error event
bool get isOnError => kind == Kind.onError;