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