emailTimestamp property

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

a UNIX timestamp when the email address was created. Used by the client to keep track of expiry.

Implementation

@JsonKey(
  name: 'email_timestamp',
  fromJson: intToDateTime,
  toJson: dateTimeToInt,
)
final DateTime emailTimestamp;