day属性

int day

月的第几天 [1..31]

final moonLanding = DateTime.parse('1969-07-20 20:18:04Z');
print(moonLanding.day); // 20

实现

external int get day;