call abstract method
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,
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,
});