ReportMonth.now constructor
ReportMonth.now()
Implementation
factory ReportMonth.now() {
return ReportMonth.fromDateTime(DateTime.now());
}
factory ReportMonth.now() {
return ReportMonth.fromDateTime(DateTime.now());
}