isCustom property
bool
get
isCustom
Checks if the status is a custom status.
Implementation
bool get isCustom => !isLoading && !isSuccess && !isError && !isEmpty;
Checks if the status is a custom status.
bool get isCustom => !isLoading && !isSuccess && !isError && !isEmpty;