isErrored property

bool isErrored

Returns true if the response contains errors.

Implementation

bool get isErrored => errors.isNotEmpty;