timestamp property

  1. @JsonKey(name: 'mail_timestamp', fromJson: intToDateTime, toJson: dateTimeToInt)
DateTime timestamp
final

unix timestamp of arrival

Implementation

@JsonKey(
  name: 'mail_timestamp',
  fromJson: intToDateTime,
  toJson: dateTimeToInt,
)
final DateTime timestamp;