hasError property

  1. @nonVirtual
  2. @override
bool hasError
inherited

Returns true when error is available.

Implementation

@nonVirtual
@override
bool get hasError => event.errorAndStackTrace != null;