TreasuryOutboundPaymentEndUserDetails constructor

const TreasuryOutboundPaymentEndUserDetails({
  1. String? ipAddress,
  2. required bool present,
})

Details about the end user.

Implementation

const TreasuryOutboundPaymentEndUserDetails({
  this.ipAddress,
  required this.present,
});