date property

  1. @JsonKey(name: 'mail_date')
String date
final

Date of arrival in the following format if less than 24 hours: H:M:S, or Y-M-D if older than 24

Implementation

@JsonKey(name: 'mail_date')
final String date;