copyWith method
Implementation
LinkTokenCreateRequestUpdate copyWith({bool? accountSelectionEnabled}) {
return LinkTokenCreateRequestUpdate(
accountSelectionEnabled:
accountSelectionEnabled ?? this.accountSelectionEnabled);
}
LinkTokenCreateRequestUpdate copyWith({bool? accountSelectionEnabled}) {
return LinkTokenCreateRequestUpdate(
accountSelectionEnabled:
accountSelectionEnabled ?? this.accountSelectionEnabled);
}