isCustom property
bool
get
isCustom
Whether this status is custom.
Implementation
bool get isCustom => !isLoading && !isSuccess && !isError && !isEmpty;
Whether this status is custom.
bool get isCustom => !isLoading && !isSuccess && !isError && !isEmpty;