isCustom property

bool get isCustom

Checks if the status is a custom status.

Implementation

bool get isCustom => !isLoading && !isSuccess && !isError && !isEmpty;