call abstract method

TRes call({
  1. bool? sell,
  2. bool? googleCategory,
  3. bool? fbCategory,
  4. bool? sale,
  5. Input$FBCatalogSyncAttributesInput? attributes,
  6. Input$FBCatalogSyncShippingInput? shipping,
  7. String? id,
})

Implementation

TRes call({
  bool? sell,
  bool? googleCategory,
  bool? fbCategory,
  bool? sale,
  Input$FBCatalogSyncAttributesInput? attributes,
  Input$FBCatalogSyncShippingInput? shipping,
  String? id,
});