emailDate property
String
get
emailDate
RFC 2822: This is a standard for email messages that includes a date and time. It uses a format like “Sun, 27 Aug 2023 18:31:19 +0500” to represent the date and time.
Implementation
String get emailDate => DateHelper().emailDate(millisecondsSinceEpoch);