isError property

bool isError

Returns true if the current match intends to display an error screen.

Implementation

bool get isError => error != null;