hasError property

bool hasError

A flag that turns true as soon as at an error event has been emitted.

Implementation

bool get hasError => errorAndStackTrace != null;