shouldInitSearch property

bool shouldInitSearch

Implementation

bool get shouldInitSearch =>
    currentTab.value == 0 &&
    exclusiveOffers.isEmpty &&
    isStreamingExclusive.isFalse &&
    isSearching.isFalse;