timestamp property

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

The timestamp of the email address, time of when the email address was created. The client can use this variable to sync the time. Emails expire after 60 minutes

Implementation

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