copyWith method

Implementation

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