setCurrentMonth method

void setCurrentMonth(
  1. DateMonth? value
)

Implementation

void setCurrentMonth(DateMonth? value) => _currentMonth = value;