copyWith method
Implementation
TonTransactionTypeFragmentWithdrawal copyWith({
RevenueWithdrawalState? withdrawalState,
}) => TonTransactionTypeFragmentWithdrawal(
withdrawalState: withdrawalState ?? this.withdrawalState,
);
TonTransactionTypeFragmentWithdrawal copyWith({
RevenueWithdrawalState? withdrawalState,
}) => TonTransactionTypeFragmentWithdrawal(
withdrawalState: withdrawalState ?? this.withdrawalState,
);