day property

Duration get day

Return current int in Duration of days

Implementation

Duration get day {
  return Duration(days: this);
}