monthForIndex method
Implementation
XBCalendarMonth monthForIndex(int index) {
if (_monthForIndexMap.isEmpty) {
buildMonthIndexCache();
}
return _monthForIndexMap[index]!;
}
XBCalendarMonth monthForIndex(int index) {
if (_monthForIndexMap.isEmpty) {
buildMonthIndexCache();
}
return _monthForIndexMap[index]!;
}