Returns whether this snapshot is computing and has data/error.
bool get isReloading => (hasData || hasError) && isLoading;