day property

int? day

Implementation

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

Implementation

set day(int? day) {}