WarehouseContent class

Annotations
  • @JsonSerializable()

Constructors

WarehouseContent({int? id, String? warehouseName, String? partnerId, String? mobileNumber, String? emailId, String? locationId1, String? locationId2, String? locationId3, String? locationId4, String? streetName, String? streetNameNe, String? building, String? 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})
WarehouseContent.fromJson(Map<String, dynamic> json)
factory

Properties

building String?
getter/setter pair
buildingNe String?
getter/setter pair
createdBy String?
getter/setter pair
createdDate String?
getter/setter pair
emailId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
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
locationName1 String?
getter/setter pair
locationName2 String?
getter/setter pair
locationName3 String?
getter/setter pair
locationName4 String?
getter/setter pair
longitude String?
getter/setter pair
mobileNumber String?
getter/setter pair
partnerId String?
getter/setter pair
postalCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
statusName String?
getter/setter pair
streetName String?
getter/setter pair
streetNameNe String?
getter/setter pair
updatedBy String?
getter/setter pair
updatedDate String?
getter/setter pair
warehouseCategory int?
getter/setter pair
warehouseCategoryName String?
getter/setter pair
warehouseName String?
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