PaymentMethodUsBankAccountNetworks constructor
      const
      PaymentMethodUsBankAccountNetworks({ 
    
- String? preferred,
 - required List<
OutboundPaymentsPaymentMethodDetailsUsBankAccountNetwork> supported, 
Contains information about US bank account networks that can be used.
Implementation
const PaymentMethodUsBankAccountNetworks({
  this.preferred,
  required this.supported,
});