remainingSearchCredit property

int remainingSearchCredit

Implementation

int get remainingSearchCredit => max(
    authenticationController
            .userProfileModel.value.data?.user?.currentSearchCredit ??
        0,
    0);