call abstract method

TRes call({
  1. String? name,
  2. String? title,
  3. String? subtitle,
  4. String? description,
  5. List<String>? tags,
  6. String? brandColor,
  7. String? reference,
  8. bool? published,
  9. Input$PictureInput? picture,
  10. List<Input$PictureInput>? outsidePictures,
  11. List<Input$PictureInput>? insidePictures,
  12. Input$OpeningHoursInput? openingHours,
  13. List<Input$SpecilOfferInput>? specialOffers,
  14. List<Input$FullAddressInput>? locations,
  15. List<String>? email,
  16. List<String>? contactEmails,
  17. List<Input$TargetCurrencyInput>? currencies,
  18. List<String>? languages,
  19. List<String>? phone,
  20. String? website,
  21. List<Input$SocialValueInput>? chatContact,
  22. List<Input$SocialValueInput>? socialMedia,
  23. double? averageCustomers,
  24. String? turnover,
  25. List<String>? posCategory,
  26. String? company,
  27. List<String>? services,
  28. List<String>? paymentMethods,
  29. List<Input$POSLoyaltyInput>? loyaltyPrograms,
})

Implementation

TRes call({
  String? name,
  String? title,
  String? subtitle,
  String? description,
  List<String>? tags,
  String? brandColor,
  String? reference,
  bool? published,
  Input$PictureInput? picture,
  List<Input$PictureInput>? outsidePictures,
  List<Input$PictureInput>? insidePictures,
  Input$OpeningHoursInput? openingHours,
  List<Input$SpecilOfferInput>? specialOffers,
  List<Input$FullAddressInput>? locations,
  List<String>? email,
  List<String>? contactEmails,
  List<Input$TargetCurrencyInput>? currencies,
  List<String>? languages,
  List<String>? phone,
  String? website,
  List<Input$SocialValueInput>? chatContact,
  List<Input$SocialValueInput>? socialMedia,
  double? averageCustomers,
  String? turnover,
  List<String>? posCategory,
  String? company,
  List<String>? services,
  List<String>? paymentMethods,
  List<Input$POSLoyaltyInput>? loyaltyPrograms,
});