copyWith method
Implementation
@override
void copyWith(dynamic others) {
if (others is DeliveryStatus) {
updatedDeliveryReceipt.addAll(others.updatedDeliveryReceipt);
}
}
@override
void copyWith(dynamic others) {
if (others is DeliveryStatus) {
updatedDeliveryReceipt.addAll(others.updatedDeliveryReceipt);
}
}