Query$pointOfSale$pointOfSale constructor
Query$pointOfSale$pointOfSale({
- required String id,
- String? title,
- List<
String> ? email, - List<
String> ? phone, - String? website,
- List<
Query$pointOfSale$pointOfSale$currencies> ? currencies, - required DateTime createdAt,
- required 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 = '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',
});