Content constructor
Content({
- String? id,
- String? warehouseName,
- dynamic firstName,
- dynamic lastName,
- String? partnerId,
- dynamic partnerName,
- String? mobileNumber,
- String? emailId,
- String? locationId1,
- String? locationId2,
- String? locationId3,
- String? locationId4,
- dynamic streetName,
- dynamic streetNameNe,
- dynamic building,
- dynamic buildingNe,
- String? postalCode,
- int? status,
- String? statusName,
- String? locationName1,
- String? locationName2,
- String? locationName3,
- String? locationName4,
- String? longitude,
- String? latitude,
- String? createdBy,
- String? createdDate,
- String? updatedBy,
- String? updatedDate,
- String? warehouseType,
- int? warehouseCategory,
- String? warehouseCategoryName,
- String? addressLine1,
- String? addressLine2,
- dynamic locationId5,
- bool? shipTo,
- String? locationTypeName,
- dynamic hierarchyType,
- String? erpOrganizationCode,
- dynamic locationIds,
- int? locationType,
- dynamic warehouseLevelId,
- dynamic warehouseLevelName,
- dynamic warehouseLevelParentId,
- dynamic warehouseLevelParentName,
- String? warehouseParentId,
- dynamic warehouseParentName,
- 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});