copyWith method

LinkTokenCreateRequestDepositSwitch copyWith({
  1. String? depositSwitchId,
})

Implementation

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