dd property

Duration get dd

Short-hand for days

Implementation

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