String getStringDate({String? format}) { return intl.DateFormat(format ?? 'dd MMM yyyy').format(this); }