year property

int? year

Implementation

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

Implementation

set year(int? year) {}