The year.
final moonLanding = DateTime.parse('1969-07-20 20:18:04Z'); print(moonLanding.year); // 1969
@override final int year;