copyWithWrapped method
Implementation
CreditBankIncomeGetRequestOptions copyWithWrapped({Wrapped<int?>? count}) {
return CreditBankIncomeGetRequestOptions(
count: (count != null ? count.value : this.count));
}
CreditBankIncomeGetRequestOptions copyWithWrapped({Wrapped<int?>? count}) {
return CreditBankIncomeGetRequestOptions(
count: (count != null ? count.value : this.count));
}