isError property
bool
get
isError
Returns true
, if this is an event with an error and an optional
stackTrace.
Implementation
bool get isError => false;
Returns true
, if this is an event with an error and an optional
stackTrace.
bool get isError => false;