WarehouseContent constructor

WarehouseContent({
  1. int? id,
  2. String? warehouseName,
  3. String? partnerId,
  4. String? mobileNumber,
  5. String? emailId,
  6. String? locationId1,
  7. String? locationId2,
  8. String? locationId3,
  9. String? locationId4,
  10. String? streetName,
  11. String? streetNameNe,
  12. String? building,
  13. String? buildingNe,
  14. String? postalCode,
  15. int? status,
  16. String? statusName,
  17. String? locationName1,
  18. String? locationName2,
  19. String? locationName3,
  20. String? locationName4,
  21. String? longitude,
  22. String? latitude,
  23. String? createdBy,
  24. String? createdDate,
  25. String? updatedBy,
  26. String? updatedDate,
  27. String? warehouseType,
  28. int? warehouseCategory,
  29. String? warehouseCategoryName,
})

Implementation

WarehouseContent(
    {this.id,
    this.warehouseName,
    this.partnerId,
    this.mobileNumber,
    this.emailId,
    this.locationId1,
    this.locationId2,
    this.locationId3,
    this.locationId4,
    this.streetName,
    this.streetNameNe,
    this.building,
    this.buildingNe,
    this.postalCode,
    this.status,
    this.statusName,
    this.locationName1,
    this.locationName2,
    this.locationName3,
    this.locationName4,
    this.longitude,
    this.latitude,
    this.createdBy,
    this.createdDate,
    this.updatedBy,
    this.updatedDate,
    this.warehouseType,
    this.warehouseCategory,
    this.warehouseCategoryName});