copyWithWrapped method
Implementation
IncomeOverride copyWithWrapped({Wrapped<List<PaystubOverride>?>? paystubs}) {
return IncomeOverride(
paystubs: (paystubs != null ? paystubs.value : this.paystubs));
}
IncomeOverride copyWithWrapped({Wrapped<List<PaystubOverride>?>? paystubs}) {
return IncomeOverride(
paystubs: (paystubs != null ? paystubs.value : this.paystubs));
}