call abstract method
TRes
call({
- String? id,
- String? title,
- List<
String> ? email, - List<
String> ? phone, - String? website,
- List<
Query$pointOfSale$pointOfSale$currencies> ? currencies, - DateTime? createdAt,
- DateTime? updatedAt,
- String? description,
- Query$pointOfSale$pointOfSale$picture? picture,
- List<
Query$pointOfSale$pointOfSale$locations> ? locations, - List<
Query$pointOfSale$pointOfSale$chatContact> ? chatContact, - List<
Query$pointOfSale$pointOfSale$socialMedia> ? socialMedia, - String? $__typename,
Implementation
TRes call({
String? id,
String? title,
List<String>? email,
List<String>? phone,
String? website,
List<Query$pointOfSale$pointOfSale$currencies>? currencies,
DateTime? createdAt,
DateTime? updatedAt,
String? description,
Query$pointOfSale$pointOfSale$picture? picture,
List<Query$pointOfSale$pointOfSale$locations>? locations,
List<Query$pointOfSale$pointOfSale$chatContact>? chatContact,
List<Query$pointOfSale$pointOfSale$socialMedia>? socialMedia,
String? $__typename,
});