DeliveryAddressEntity constructor
Implementation
DeliveryAddressEntity({
required this.deliveryId,
required this.updated,
required this.addressHash,
required this.id,
required this.fullAddress,
this.roomType,
this.roomNumber,
});
DeliveryAddressEntity({
required this.deliveryId,
required this.updated,
required this.addressHash,
required this.id,
required this.fullAddress,
this.roomType,
this.roomNumber,
});