expirationDate property Null safety
- @Column(indexed: true)
read / writeinherited
When this token will expire.
Implementation
@Column(indexed: true)
DateTime? expirationDate;
When this token will expire.
@Column(indexed: true)
DateTime? expirationDate;