hasDate property

bool get hasDate

Implementation

bool get hasDate {
  return recommendChooseDate != null && recommendChooseDate!.isNotEmpty;
}