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