d property

Short-hand for days

Implementation

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