wk property

Duration get wk

Short-hand for weeks

Implementation

Duration get wk {
  return Duration(days: 7 * this);
}