WooPaymentGateway constructor

WooPaymentGateway({
  1. required String id,
  2. String? title,
  3. String? description,
  4. int? order,
  5. bool? enabled,
  6. String? methodTitle,
  7. String? methodDescription,
  8. List<String>? methodSupports,
  9. WooPaymentGatewaySettings? settings,
  10. WooPaymentGatewayLinks? lLinks,
})

Implementation

WooPaymentGateway(
    {required String this.id,
    this.title,
    this.description,
    this.order,
    this.enabled,
    this.methodTitle,
    this.methodDescription,
    this.methodSupports,
    this.settings,
    this.lLinks});