currentDay property
int
get
currentDay
Gets the current day of the month.
Implementation
static int get currentDay {
return DateTime.now().day;
}
Gets the current day of the month.
static int get currentDay {
return DateTime.now().day;
}