configData constructor

configData({
  1. String? apiUrl,
  2. String? gatewayApiUrl,
  3. String? gatewayApiKey,
  4. String? supportUrl,
  5. String? stores,
  6. String? products,
  7. List<Countries>? countries,
  8. String? googleMapsApiKey,
  9. List<Payment_Methods?>? payment_methods,
})

Implementation

configData(
    {this.apiUrl,
    this.gatewayApiUrl,
    this.gatewayApiKey,
    this.supportUrl,
    this.stores,
    this.products,
    this.countries,
    this.googleMapsApiKey,
    this.payment_methods});