Content constructor

Content({
  1. String? id,
  2. String? warehouseName,
  3. dynamic firstName,
  4. dynamic lastName,
  5. String? partnerId,
  6. dynamic partnerName,
  7. String? mobileNumber,
  8. String? emailId,
  9. String? locationId1,
  10. String? locationId2,
  11. String? locationId3,
  12. String? locationId4,
  13. dynamic streetName,
  14. dynamic streetNameNe,
  15. dynamic building,
  16. dynamic buildingNe,
  17. String? postalCode,
  18. int? status,
  19. String? statusName,
  20. String? locationName1,
  21. String? locationName2,
  22. String? locationName3,
  23. String? locationName4,
  24. String? longitude,
  25. String? latitude,
  26. String? createdBy,
  27. String? createdDate,
  28. String? updatedBy,
  29. String? updatedDate,
  30. String? warehouseType,
  31. int? warehouseCategory,
  32. String? warehouseCategoryName,
  33. String? addressLine1,
  34. String? addressLine2,
  35. dynamic locationId5,
  36. bool? shipTo,
  37. String? locationTypeName,
  38. dynamic hierarchyType,
  39. String? erpOrganizationCode,
  40. dynamic locationIds,
  41. int? locationType,
  42. dynamic warehouseLevelId,
  43. dynamic warehouseLevelName,
  44. dynamic warehouseLevelParentId,
  45. dynamic warehouseLevelParentName,
  46. String? warehouseParentId,
  47. dynamic warehouseParentName,
  48. String? township,
})

Implementation

Content(
    {this.id,
    this.warehouseName,
    this.firstName,
    this.lastName,
    this.partnerId,
    this.partnerName,
    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,
    this.addressLine1,
    this.addressLine2,
    this.locationId5,
    this.shipTo,
    this.locationTypeName,
    this.hierarchyType,
    this.erpOrganizationCode,
    this.locationIds,
    this.locationType,
    this.warehouseLevelId,
    this.warehouseLevelName,
    this.warehouseLevelParentId,
    this.warehouseLevelParentName,
    this.warehouseParentId,
    this.warehouseParentName,
    this.township});