Delivery constructor
Constructs a Delivery instance with the specified actualDate and latestDate.
actualDate represents the date when the delivery was completed.
latestDate represents the latest permissible date for the delivery.
Implementation
Delivery({required this.actualDate, required this.latestDate});