toSwissDate property

String get toSwissDate

Date in format dd.MM.yyyy

Implementation

String get toSwissDate {
  return DateFormat('dd.MM.yyyy').format(this);
}