Content class

Annotations
  • @JsonSerializable.new()

Constructors

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})
Content.fromJson(Map<String, dynamic> json)
factory

Properties

addressLine1 String?
getter/setter pair
addressLine2 String?
getter/setter pair
building ↔ dynamic
getter/setter pair
buildingNe ↔ dynamic
getter/setter pair
createdBy String?
getter/setter pair
createdDate String?
getter/setter pair
emailId String?
getter/setter pair
erpOrganizationCode String?
getter/setter pair
firstName ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hierarchyType ↔ dynamic
getter/setter pair
id String?
getter/setter pair
lastName ↔ dynamic
getter/setter pair
latitude String?
getter/setter pair
locationId1 String?
getter/setter pair
locationId2 String?
getter/setter pair
locationId3 String?
getter/setter pair
locationId4 String?
getter/setter pair
locationId5 ↔ dynamic
getter/setter pair
locationIds ↔ dynamic
getter/setter pair
locationName1 String?
getter/setter pair
locationName2 String?
getter/setter pair
locationName3 String?
getter/setter pair
locationName4 String?
getter/setter pair
locationType int?
getter/setter pair
locationTypeName String?
getter/setter pair
longitude String?
getter/setter pair
mobileNumber String?
getter/setter pair
partnerId String?
getter/setter pair
partnerName ↔ dynamic
getter/setter pair
postalCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipTo bool?
getter/setter pair
status int?
getter/setter pair
statusName String?
getter/setter pair
streetName ↔ dynamic
getter/setter pair
streetNameNe ↔ dynamic
getter/setter pair
township String?
getter/setter pair
updatedBy String?
getter/setter pair
updatedDate String?
getter/setter pair
warehouseCategory int?
getter/setter pair
warehouseCategoryName String?
getter/setter pair
warehouseLevelId ↔ dynamic
getter/setter pair
warehouseLevelName ↔ dynamic
getter/setter pair
warehouseLevelParentId ↔ dynamic
getter/setter pair
warehouseLevelParentName ↔ dynamic
getter/setter pair
warehouseName String?
getter/setter pair
warehouseParentId String?
getter/setter pair
warehouseParentName ↔ dynamic
getter/setter pair
warehouseType String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited