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