isCustom property

bool get isCustom

Implementation

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