copyWith method

Implementation

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