AccountService constructor

AccountService({
  1. AccountAggregation? accountAggregation,
  2. AccountManagement? accountManagement,
  3. CampaignsManagement? campaignsManagement,
  4. ComparisonShopping? comparisonShopping,
  5. String? externalAccountId,
  6. Handshake? handshake,
  7. LocalListingManagement? localListingManagement,
  8. String? mutability,
  9. String? name,
  10. ProductsManagement? productsManagement,
  11. String? provider,
  12. String? providerDisplayName,
})

Implementation

AccountService({
  this.accountAggregation,
  this.accountManagement,
  this.campaignsManagement,
  this.comparisonShopping,
  this.externalAccountId,
  this.handshake,
  this.localListingManagement,
  this.mutability,
  this.name,
  this.productsManagement,
  this.provider,
  this.providerDisplayName,
});