copyWith method
Implementation
LinkTokenCreateRequestDepositSwitch copyWith({String? depositSwitchId}) {
return LinkTokenCreateRequestDepositSwitch(
depositSwitchId: depositSwitchId ?? this.depositSwitchId);
}
LinkTokenCreateRequestDepositSwitch copyWith({String? depositSwitchId}) {
return LinkTokenCreateRequestDepositSwitch(
depositSwitchId: depositSwitchId ?? this.depositSwitchId);
}