PosStore constructor

PosStore({
  1. List<String>? gcidCategory,
  2. String? kind,
  3. String? matchingStatus,
  4. String? matchingStatusHint,
  5. String? phoneNumber,
  6. String? placeId,
  7. String? storeAddress,
  8. String? storeCode,
  9. String? storeName,
  10. String? websiteUrl,
})

Implementation

PosStore({
  this.gcidCategory,
  this.kind,
  this.matchingStatus,
  this.matchingStatusHint,
  this.phoneNumber,
  this.placeId,
  this.storeAddress,
  this.storeCode,
  this.storeName,
  this.websiteUrl,
});