isAllError method

bool isAllError()

Returns true if all isError.

Implementation

bool isAllError() => every((r) => r.isError);