month property

int? get month

Implementation

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

Implementation

set month(int? month) {}