copyWithWrapped method
LinkTokenCreateRequestIncomeVerificationPayrollIncome
copyWithWrapped({
- Wrapped<
List< ? flowTypes,IncomeVerificationPayrollFlowType> ?> - Wrapped<
bool?> ? isUpdateMode,
Implementation
LinkTokenCreateRequestIncomeVerificationPayrollIncome copyWithWrapped(
{Wrapped<List<enums.IncomeVerificationPayrollFlowType>?>? flowTypes,
Wrapped<bool?>? isUpdateMode}) {
return LinkTokenCreateRequestIncomeVerificationPayrollIncome(
flowTypes: (flowTypes != null ? flowTypes.value : this.flowTypes),
isUpdateMode:
(isUpdateMode != null ? isUpdateMode.value : this.isUpdateMode));
}