accessToken property Null safety

  1. @Column(indexed: true, unique: true, nullable: true)
String? accessToken
read / writeinherited

The access token of an authorization token.

If this instance represents an authorization token, this value is its access token. This value is null if this instance represents an unexchanged authorization code.

Implementation

@Column(indexed: true, unique: true, nullable: true)
String? accessToken;