hasError property

  1. @override
bool hasError
override

Indicates whether the response has an error.

Implementation

@override
bool get hasError => feedbackLevel == FeedbackLevel.error;