Query$pointOfSale$pointOfSale constructor

Query$pointOfSale$pointOfSale({
  1. required String id,
  2. String? title,
  3. List<String>? email,
  4. List<String>? phone,
  5. String? website,
  6. List<Query$pointOfSale$pointOfSale$currencies>? currencies,
  7. required DateTime createdAt,
  8. required 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 = 'PointOfSaleType',
})

Implementation

Query$pointOfSale$pointOfSale({
  required this.id,
  this.title,
  this.email,
  this.phone,
  this.website,
  this.currencies,
  required this.createdAt,
  required this.updatedAt,
  this.description,
  this.picture,
  this.locations,
  this.chatContact,
  this.socialMedia,
  this.$__typename = 'PointOfSaleType',
});