ReportMonth.now constructor

ReportMonth.now()

Implementation

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