isMMdd property

bool get isMMdd

Implementation

bool get isMMdd {
  int dateStringLength = recommendChooseDate?.length ?? 0;
  return dateStringLength == 5; // 01-01
}