isError property
bool
get
isError
Returns true if the current match intends to display an error screen.
Implementation
bool get isError => error != null;
Returns true if the current match intends to display an error screen.
bool get isError => error != null;