year property

int? get year

Implementation

int? get year => null;
set year (int? year)

Implementation

set year(int? year) {}