toYear property

Time toYear

Convert to Time$Year

Implementation

Time get toYear => convertTo(
      const Time$Year(),
    );