WooPaymentGatewaySettings constructor

WooPaymentGatewaySettings({
  1. WooPaymentGatewayTitle? title,
  2. WooPaymentGatewayTitle? instructions,
})

Implementation

WooPaymentGatewaySettings({this.title, this.instructions});