month property

int? month

Implementation

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

Implementation

set month(int? month) {}