PickedDue constructor

const PickedDue(
  1. DateTime due,
  2. bool includeTime
)

Implementation

const PickedDue(this.due, this.includeTime);