WooPaymentGatewayLinks constructor

WooPaymentGatewayLinks({
  1. List<WooPaymentGatewaySelf>? self,
  2. List<WooPaymentGatewayCollection>? collection,
})

Implementation

WooPaymentGatewayLinks({this.self, this.collection});