originalCodeExpiresAt property

  1. @JsonKey.new(includeIfNull: true, name: 'original_code_expires_at')
String? originalCodeExpiresAt
final

ISO8601 timestamp when the original verification code expires

Implementation

@JsonKey(includeIfNull: true, name: 'original_code_expires_at')
final String? originalCodeExpiresAt;