y property

Short-hand for years

Implementation

Duration get y {
  return Duration(days: (365 * this).toInt());
}