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