recHasError property

  1. @Deprecated('Use hasErrorInErrorHandler instead')
bool get recHasError
inherited

Indicate if an exception had occurred.

Implementation

@Deprecated('Use hasErrorInErrorHandler instead')
bool get recHasError => hasErrorInErrorHandler;