yy property

Duration get yy

Short-hand for years

Implementation

Duration get yy {
  return Duration(days: 365 * this);
}