isCustom property

bool get isCustom

Whether this status is custom.

Implementation

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