operator + method

Implementation

SmartDateOptionsConfig operator +(SmartDateOptionsConfig other) {
  return this.copy(
    isFlexiDate: other._isFlexiDate,
    contact: other.contact,
    facts: other._facts,
    defaultDates: other._defaultDates,
    defaultDate: other.defaultDate,
    showAlert: other._showAlert,
  );
}