LfpStore constructor

LfpStore({
  1. List<String>? gcidCategory,
  2. String? matchingState,
  3. String? matchingStateHint,
  4. String? name,
  5. String? phoneNumber,
  6. String? placeId,
  7. String? storeAddress,
  8. String? storeCode,
  9. String? storeName,
  10. String? targetAccount,
  11. String? websiteUri,
})

Implementation

LfpStore({
  this.gcidCategory,
  this.matchingState,
  this.matchingStateHint,
  this.name,
  this.phoneNumber,
  this.placeId,
  this.storeAddress,
  this.storeCode,
  this.storeName,
  this.targetAccount,
  this.websiteUri,
});