AbsoluteDelivery constructor

const AbsoluteDelivery(
  1. DateTime scheduleTime
)

Creates an absolute delivery schedule.

The scheduleTime specifies when the task should be attempted.

Implementation

const AbsoluteDelivery(this.scheduleTime);