isNotSuccess property

bool isNotSuccess

Returns true if the PagedValue is not Success.

Implementation

bool get isNotSuccess => !isSuccess;