DeliveryAddressResponse class

Annotations

Constructors

DeliveryAddressResponse({required int id, @JsonKey(name: 'address_name') String? addressName, @JsonKey(name: 'user_name') String? userName, @JsonKey(name: 'user_phone') String? userPhone, String? city, String? zipcode, String? region, String? district, String? street, @JsonKey(name: 'house_number') String? houseNumber, String? building, @JsonKey(name: 'flat_number') String? flatNumber, @JsonKey(name: 'entrance_number') String? entranceNumber, String? floor, @JsonKey(name: 'delivery_id') int? deliveryId, @JsonKey(name: 'room_type') String? roomType, @JsonKey(name: 'room_number') String? roomNumber, @JsonKey(name: 'full_address') String? fullAddress, String? updated, @JsonKey(name: 'address_hash') String? addressHash})
factory
DeliveryAddressResponse.fromJson(Map<String, dynamic> json)
factory

Properties

addressHash String?
no setterinherited
addressName String?
no setterinherited
building String?
no setterinherited
city String?
no setterinherited
copyWith → $DeliveryAddressResponseCopyWith<DeliveryAddressResponse>
Create a copy of DeliveryAddressResponse with the given fields replaced by the non-null parameter values.
no setterinherited
deliveryId int?
no setterinherited
district String?
no setterinherited
entranceNumber String?
no setterinherited
flatNumber String?
no setterinherited
floor String?
no setterinherited
fullAddress String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
houseNumber String?
no setterinherited
id int
no setterinherited
region String?
no setterinherited
roomNumber String?
no setterinherited
roomType String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
street String?
no setterinherited
updated String?
no setterinherited
userName String?
no setterinherited
userPhone String?
no setterinherited
zipcode String?
no setterinherited

Methods

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

Operators

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