call abstract method

TRes call({
  1. String? id,
  2. String? title,
  3. List<String>? email,
  4. List<String>? phone,
  5. String? website,
  6. List<Query$pointOfSale$pointOfSale$currencies>? currencies,
  7. DateTime? createdAt,
  8. DateTime? updatedAt,
  9. String? description,
  10. Query$pointOfSale$pointOfSale$picture? picture,
  11. List<Query$pointOfSale$pointOfSale$locations>? locations,
  12. List<Query$pointOfSale$pointOfSale$chatContact>? chatContact,
  13. List<Query$pointOfSale$pointOfSale$socialMedia>? socialMedia,
  14. 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,
});