day method

int day()

Implementation

int day() => (_day != null) ? DateTime.now().day : 0;